![]() |
libghostty
|
#include <ghostty/vt/screen.h>
Data Fields | |
| const GhosttyCell * | ptr |
| size_t | len |
A borrowed view of contiguous raw cell values.
The memory is not owned by this struct. The pointer is only valid for the lifetime documented by the API that produces it. Each value can be queried via ghostty_cell_get() or decoded using the GhosttyCell packed descriptor returned by ghostty_type_json().
| const GhosttyCell* ptr |