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
35extern "C" {
36#endif
37
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 */
GHOSTTY_API GhosttyResult ghostty_color_scheme_report_encode(GhosttyColorScheme scheme, char *buf, size_t buf_len, size_t *out_written)
GhosttyColorScheme
Definition device.h:74
GhosttyResult
Definition types.h:74