summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-05-11 11:51:10 -0400
committerpommicket <pommicket@gmail.com>2023-05-11 11:51:10 -0400
commit0063db338f912a0cf961a738899b3757cba2340b (patch)
tree3ef5b780646cb0e7fabe1b932edbe8399c7541e6 /ted.h
parent8ae9e18c008dba7e47c5750f7feb91df8bf723df (diff)
:jump-to-build-error setting
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index e1a571b..de00472 100644
--- a/ted.h
+++ b/ted.h
@@ -273,6 +273,7 @@ typedef struct {
bool vsync;
bool save_backup;
bool crlf_windows;
+ bool jump_to_build_error;
KeyCombo hover_key;
KeyCombo highlight_key;
u8 tab_width;