diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-11-05 20:27:14 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-11-06 19:45:21 -0500 |
| commit | 737ff9f823011a27c1672eccaa99c68f8156377b (patch) | |
| tree | 8efd9ecf7a9c13119d17a53d8638c69380e97f74 /config.h | |
| parent | 784f7000f29498e6c111afa78a53950989ee94b6 (diff) | |
exit on focus lost option
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
