![]() |
libghostty
|
Go to the source code of this file.
Enumerations | |
| enum | GhosttyResult { GHOSTTY_SUCCESS = 0 , GHOSTTY_OUT_OF_MEMORY = -1 , GHOSTTY_INVALID_VALUE = -2 } |
Result codes for libghostty-vt operations.
Definition in file result.h.
| enum GhosttyResult |
Result codes for libghostty-vt operations.
| Enumerator | |
|---|---|
| GHOSTTY_SUCCESS | Operation completed successfully |
| GHOSTTY_OUT_OF_MEMORY | Operation failed due to failed allocation |
| GHOSTTY_INVALID_VALUE | Operation failed due to invalid value |