![]() |
libghostty
|
#include <ghostty/vt/terminal.h>
Data Fields | |
| uint16_t | cols |
| uint16_t | rows |
| size_t | max_scrollback |
Terminal initialization options.
Definition at line 41 of file terminal.h.
| uint16_t cols |
Terminal width in cells. Must be greater than zero.
Definition at line 43 of file terminal.h.
| size_t max_scrollback |
Maximum number of lines to keep in scrollback history.
Definition at line 49 of file terminal.h.
| uint16_t rows |
Terminal height in cells. Must be greater than zero.
Definition at line 46 of file terminal.h.