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

#include <ghostty/vt/size_report.h>

Data Fields

uint16_t rows
uint16_t columns
uint32_t cell_width
uint32_t cell_height

Detailed Description

Terminal size information for encoding size reports.

Definition at line 58 of file size_report.h.

Field Documentation

◆ cell_height

uint32_t cell_height

Height of a single terminal cell in pixels.

Definition at line 66 of file size_report.h.

◆ cell_width

uint32_t cell_width

Width of a single terminal cell in pixels.

Definition at line 64 of file size_report.h.

◆ columns

uint16_t columns

Terminal column count in cells.

Definition at line 62 of file size_report.h.

◆ rows

uint16_t rows

Terminal row count in cells.

Definition at line 60 of file size_report.h.


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