![]() |
libghostty
|
#include <ghostty/vt/selection.h>
Data Fields | |
| uint32_t | columns |
| uint32_t | cell_width |
| uint32_t | padding_left |
| uint32_t | screen_height |
Display geometry used to interpret selection gesture drag events.
Definition at line 382 of file selection.h.
| uint32_t cell_width |
Width of one terminal cell in surface pixels. Must be non-zero.
Definition at line 387 of file selection.h.
| uint32_t columns |
Number of columns in the rendered terminal grid. Must be non-zero.
Definition at line 384 of file selection.h.
| uint32_t padding_left |
Left padding before the terminal grid begins in surface pixels.
Definition at line 390 of file selection.h.
| uint32_t screen_height |
Height of the rendered terminal surface in surface pixels. Must be non-zero.
Definition at line 393 of file selection.h.