![]() |
libghostty
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <ghostty/vt/allocator.h>#include <ghostty/vt/color.h>#include <ghostty/vt/terminal.h>#include <ghostty/vt/types.h>Go to the source code of this file.
Data Structures | |
| struct | GhosttyRenderStateColors |
Typedefs | |
| typedef struct GhosttyRenderState * | GhosttyRenderState |
| typedef struct GhosttyRenderStateRowIterator * | GhosttyRenderStateRowIterator |
| typedef struct GhosttyRenderStateRowCells * | GhosttyRenderStateRowCells |
Render state for creating high performance renderers.
Definition in file render.h.