![]() |
libghostty
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | GhosttyReader |
| struct | GhosttyWriter |
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) |
Generic IO callbacks for libghostty-vt.
Definition in file io.h.