From b8be8dd9239f1b08cb578539e634de73751fbad8 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 7 Sep 2023 19:44:44 -0400 Subject: add show-diagnostics setting --- ted-internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ted-internal.h') 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; -- cgit v1.2.3