diff options
Diffstat (limited to 'message_notify/options.h')
-rw-r--r-- | message_notify/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/message_notify/options.h b/message_notify/options.h index 75f1c88..5449b48 100644 --- a/message_notify/options.h +++ b/message_notify/options.h @@ -25,6 +25,7 @@ typedef struct Options_tag { bool consider_tabs;
bool close_win;
bool disable_status[9];
+ bool show_msg;
} Options;
extern Options options;
|