![]() |
libghostty
|
#include <ghostty/vt/terminal.h>
Data Fields | |
| bool | truncated |
| GhosttyString | content |
An unsupported string terminal sequence.
The content is borrowed and valid only for the callback duration. It contains the bytes between the sequence introducer and terminator, may contain arbitrary binary data, and is not null-terminated.
Definition at line 366 of file terminal.h.
| GhosttyString content |
Retained sequence content.
Definition at line 371 of file terminal.h.
| bool truncated |
Whether content was shortened by the byte limit or allocation failure.
Definition at line 368 of file terminal.h.