aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-11-05 20:27:14 -0500
committerJack Jamison <jackqjamison@gmail.com>2025-11-06 19:45:21 -0500
commit737ff9f823011a27c1672eccaa99c68f8156377b (patch)
tree8efd9ecf7a9c13119d17a53d8638c69380e97f74 /config.h
parent784f7000f29498e6c111afa78a53950989ee94b6 (diff)
exit on focus lost option
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index dd1488f..eba53ae 100644
--- a/config.h
+++ b/config.h
@@ -10,6 +10,7 @@ typedef struct {
typedef struct {
bool fancy_scroll;
+ bool exit_on_focus_lost;
uint32_t min_width;
uint32_t font_size;
color_t text_color;