Code

screen_chat: add an option to set the message prefix
[ncmpc.git] / src / options.h
index c1a833d01066c3157e5badfd5421ac84f87d1213..74dfd4284657a31d3066742ea040c69b6b17d823 100644 (file)
@@ -51,6 +51,9 @@ typedef struct {
        bool lyrics_show_plugin;
        char *text_editor;
        bool text_editor_ask;
+#endif
+#ifdef ENABLE_CHAT_SCREEN
+       char *chat_prefix;
 #endif
        bool find_wrap;
        bool find_show_last_pattern;