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