diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 2a6681e2a..4ca1a4561 100644 --- a/src/options.h +++ b/src/options.h @@ -9,6 +9,8 @@ typedef struct char *password; char *config_file; char *key_file; + char *list_format; + char *status_format; int port; int reconnect; int debug; @@ -16,6 +18,7 @@ typedef struct int auto_center; int wide_cursor; int enable_colors; + int enable_beep; } options_t; |