libghostty
Loading...
Searching...
No Matches
io.h File Reference
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <ghostty/vt/types.h>

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)

Detailed Description

Generic IO callbacks for libghostty-vt.

Definition in file io.h.