libghostty
Loading...
Searching...
No Matches
build_info.h
Go to the documentation of this file.
1
6
7#ifndef GHOSTTY_VT_BUILD_INFO_H
8#define GHOSTTY_VT_BUILD_INFO_H
9
25
26#include <stdbool.h>
27
28#include <ghostty/vt/types.h>
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
37typedef enum {
38 GHOSTTY_OPTIMIZE_DEBUG = 0,
39 GHOSTTY_OPTIMIZE_RELEASE_SAFE = 1,
40 GHOSTTY_OPTIMIZE_RELEASE_SMALL = 2,
41 GHOSTTY_OPTIMIZE_RELEASE_FAST = 3,
43
49typedef enum {
52
59
66
73
81
96
97#ifdef __cplusplus
98}
99#endif
100
102
103#endif /* GHOSTTY_VT_BUILD_INFO_H */
GhosttyOptimizeMode
Definition build_info.h:37
GhosttyBuildInfo
Definition build_info.h:49
GhosttyResult ghostty_build_info(GhosttyBuildInfo data, void *out)
@ GHOSTTY_BUILD_INFO_OPTIMIZE
Definition build_info.h:79
@ GHOSTTY_BUILD_INFO_TMUX_CONTROL_MODE
Definition build_info.h:72
@ GHOSTTY_BUILD_INFO_KITTY_GRAPHICS
Definition build_info.h:65
@ GHOSTTY_BUILD_INFO_SIMD
Definition build_info.h:58
@ GHOSTTY_BUILD_INFO_INVALID
Definition build_info.h:51
GhosttyResult
Definition types.h:13