libghostty
Loading...
Searching...
No Matches
color_scheme.h
Go to the documentation of this file.
1
7
8
#ifndef GHOSTTY_VT_COLOR_SCHEME_H
9
#define GHOSTTY_VT_COLOR_SCHEME_H
10
29
30
#include <stddef.h>
31
#include <
ghostty/vt/types.h
>
32
#include <
ghostty/vt/device.h
>
33
34
#ifdef __cplusplus
35
extern
"C"
{
36
#endif
37
61
GHOSTTY_API
GhosttyResult
ghostty_color_scheme_report_encode
(
62
GhosttyColorScheme
scheme,
63
char
* buf,
64
size_t
buf_len,
65
size_t
* out_written);
66
67
#ifdef __cplusplus
68
}
69
#endif
70
72
73
#endif
/* GHOSTTY_VT_COLOR_SCHEME_H */
device.h
ghostty_color_scheme_report_encode
GHOSTTY_API GhosttyResult ghostty_color_scheme_report_encode(GhosttyColorScheme scheme, char *buf, size_t buf_len, size_t *out_written)
GhosttyColorScheme
GhosttyColorScheme
Definition
device.h:74
types.h
GhosttyResult
GhosttyResult
Definition
types.h:74
include
ghostty
vt
color_scheme.h
Generated by
1.16.1