libghostty
Loading...
Searching...
No Matches
GhosttyTerminalUnknownStringSequence Struct Reference

#include <ghostty/vt/terminal.h>

Data Fields

bool truncated
GhosttyString content

Detailed Description

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.

Field Documentation

◆ content

GhosttyString content

Retained sequence content.

Definition at line 371 of file terminal.h.

◆ truncated

bool truncated

Whether content was shortened by the byte limit or allocation failure.

Definition at line 368 of file terminal.h.


The documentation for this struct was generated from the following file: