![]() |
libghostty
|
#include <ghostty/vt/size_report.h>
Data Fields | |
| uint16_t | rows |
| uint16_t | columns |
| uint32_t | cell_width |
| uint32_t | cell_height |
Terminal size information for encoding size reports.
Definition at line 58 of file size_report.h.
| uint32_t cell_height |
Height of a single terminal cell in pixels.
Definition at line 66 of file size_report.h.
| uint32_t cell_width |
Width of a single terminal cell in pixels.
Definition at line 64 of file size_report.h.
| uint16_t columns |
Terminal column count in cells.
Definition at line 62 of file size_report.h.
| uint16_t rows |
Terminal row count in cells.
Definition at line 60 of file size_report.h.