libghostty
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1
6
7#ifndef GHOSTTY_VT_TYPES_H
8#define GHOSTTY_VT_TYPES_H
9
13typedef enum {
23
42#define GHOSTTY_INIT_SIZED(type) \
43 ((type){ .size = sizeof(type) })
44
45#endif /* GHOSTTY_VT_TYPES_H */
GhosttyResult
Definition types.h:13
@ GHOSTTY_OUT_OF_SPACE
Definition types.h:21
@ GHOSTTY_INVALID_VALUE
Definition types.h:19
@ GHOSTTY_OUT_OF_MEMORY
Definition types.h:17
@ GHOSTTY_SUCCESS
Definition types.h:15