![]() |
libghostty
|
Go to the source code of this file.
Data Structures | |
| struct | GhosttyReader |
| struct | GhosttyWriter |
| struct | GhosttyMimeReader |
Typedefs | |
| typedef bool(*) | GhosttyReaderFn(void *userdata, uint8_t *buffer, size_t capacity, size_t *out_read) |
| typedef bool(*) | GhosttyWriterFn(void *userdata, const uint8_t *data, size_t len) |
| typedef bool(*) | GhosttyMimeReaderFn(void *userdata, GhosttyString mime, GhosttyWriter writer) |
Generic IO callbacks for libghostty-vt.
Definition in file io.h.