![]() |
libghostty
|
#include <stdbool.h>#include <stdint.h>#include <ghostty/vt/color.h>#include <ghostty/vt/types.h>Go to the source code of this file.
Data Structures | |
| struct | GhosttyCellsView |
Typedefs | |
| typedef uint64_t | GhosttyCell |
| typedef uint64_t | GhosttyRow |
Functions | |
| GHOSTTY_API GhosttyResult | ghostty_cell_get (GhosttyCell cell, GhosttyCellData data, void *out) |
| GHOSTTY_API GhosttyResult | ghostty_cell_get_multi (GhosttyCell cell, size_t count, const GhosttyCellData *keys, void **values, size_t *out_written) |
| GHOSTTY_API GhosttyResult | ghostty_row_get (GhosttyRow row, GhosttyRowData data, void *out) |
| GHOSTTY_API GhosttyResult | ghostty_row_get_multi (GhosttyRow row, size_t count, const GhosttyRowData *keys, void **values, size_t *out_written) |
Terminal screen cell and row types.
Definition in file screen.h.