mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 05:20:29 +00:00
example/c-vt
This commit is contained in:
@@ -21,6 +21,9 @@ typedef enum {
|
||||
GHOSTTY_VT_OUT_OF_MEMORY = -1,
|
||||
} GhosttyVtResult;
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
// Allocator Interface
|
||||
|
||||
typedef struct {
|
||||
/**
|
||||
* Return a pointer to `len` bytes with specified `alignment`, or return
|
||||
|
||||
Reference in New Issue
Block a user