summaryrefslogtreecommitdiff
path: root/ted-internal.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-07 19:44:44 -0400
committerpommicket <pommicket@gmail.com>2023-09-07 22:50:12 -0400
commitb8be8dd9239f1b08cb578539e634de73751fbad8 (patch)
tree4755c313f6fcdf4e6cd0d08329fc7b2b5fda26ec /ted-internal.h
parent7963435fc83e9963a59ea8eae234339c8c97be9c (diff)
add show-diagnostics setting
Diffstat (limited to 'ted-internal.h')
-rw-r--r--ted-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted-internal.h b/ted-internal.h
index e5b9874..42592fb 100644
--- a/ted-internal.h
+++ b/ted-internal.h
@@ -135,6 +135,7 @@ struct Settings {
bool crlf_windows;
bool jump_to_build_error;
bool force_monospace;
+ bool show_diagnostics;
KeyCombo hover_key;
KeyCombo highlight_key;
u8 tab_width;