libghostty
Loading...
Searching...
No Matches
size_report.h
Go to the documentation of this file.
1
6
7
#ifndef GHOSTTY_VT_SIZE_REPORT_H
8
#define GHOSTTY_VT_SIZE_REPORT_H
9
29
30
#include <stddef.h>
31
#include <stdint.h>
32
#include <
ghostty/vt/types.h
>
33
34
#ifdef __cplusplus
35
extern
"C"
{
36
#endif
37
43
typedef
enum
GHOSTTY_ENUM_TYPED
{
45
GHOSTTY_SIZE_REPORT_MODE_2048
= 0,
47
GHOSTTY_SIZE_REPORT_CSI_14_T
= 1,
49
GHOSTTY_SIZE_REPORT_CSI_16_T
= 2,
51
GHOSTTY_SIZE_REPORT_CSI_18_T
= 3,
52
GHOSTTY_SIZE_REPORT_STYLE_MAX_VALUE = GHOSTTY_ENUM_MAX_VALUE,
53
}
GhosttySizeReportStyle
;
54
58
typedef
struct
{
60
uint16_t
rows
;
62
uint16_t
columns
;
64
uint32_t
cell_width
;
66
uint32_t
cell_height
;
67
}
GhosttySizeReportSize
;
68
88
GHOSTTY_API
GhosttyResult
ghostty_size_report_encode
(
89
GhosttySizeReportStyle
style,
90
GhosttySizeReportSize
size,
91
char
* buf,
92
size_t
buf_len,
93
size_t
* out_written);
94
95
#ifdef __cplusplus
96
}
97
#endif
98
100
101
#endif
/* GHOSTTY_VT_SIZE_REPORT_H */
ghostty_size_report_encode
GHOSTTY_API GhosttyResult ghostty_size_report_encode(GhosttySizeReportStyle style, GhosttySizeReportSize size, char *buf, size_t buf_len, size_t *out_written)
GhosttySizeReportStyle
GhosttySizeReportStyle
Definition
size_report.h:43
GHOSTTY_SIZE_REPORT_CSI_14_T
@ GHOSTTY_SIZE_REPORT_CSI_14_T
Definition
size_report.h:47
GHOSTTY_SIZE_REPORT_MODE_2048
@ GHOSTTY_SIZE_REPORT_MODE_2048
Definition
size_report.h:45
GHOSTTY_SIZE_REPORT_CSI_18_T
@ GHOSTTY_SIZE_REPORT_CSI_18_T
Definition
size_report.h:51
GHOSTTY_SIZE_REPORT_CSI_16_T
@ GHOSTTY_SIZE_REPORT_CSI_16_T
Definition
size_report.h:49
GhosttySizeReportSize
Definition
size_report.h:58
GhosttySizeReportSize::cell_width
uint32_t cell_width
Definition
size_report.h:64
GhosttySizeReportSize::cell_height
uint32_t cell_height
Definition
size_report.h:66
GhosttySizeReportSize::rows
uint16_t rows
Definition
size_report.h:60
GhosttySizeReportSize::columns
uint16_t columns
Definition
size_report.h:62
types.h
GhosttyResult
GhosttyResult
Definition
types.h:74
GHOSTTY_ENUM_TYPED
#define GHOSTTY_ENUM_TYPED
Definition
types.h:67
include
ghostty
vt
size_report.h
Generated by
1.16.1