X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Foptions.h;h=4ca1a4561bbb37b06575bc38f63bf6b9df4ba492;hb=a8baf3be0cbdb33d48df4e704ca2f1cb0b77f93b;hp=2a6681e2a3ac9f437e71caed7f842285845ac0ee;hpb=4800010b0422f05c31db877011a0f62d992740e2;p=ncmpc.git diff --git a/src/options.h b/src/options.h index 2a6681e..4ca1a45 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;