libghostty
Loading...
Searching...
No Matches
result.h File Reference

Go to the source code of this file.

Enumerations

enum  GhosttyResult { GHOSTTY_SUCCESS = 0 , GHOSTTY_OUT_OF_MEMORY = -1 }

Detailed Description

Result codes for libghostty-vt operations.

Definition in file result.h.

Enumeration Type Documentation

◆ GhosttyResult

Result codes for libghostty-vt operations.

Enumerator
GHOSTTY_SUCCESS 

Operation completed successfully

GHOSTTY_OUT_OF_MEMORY 

Operation failed due to failed allocation

Examples
c-vt-key-encode/src/main.c.

Definition at line 13 of file result.h.