Code

added option to disable the status line clock display
[ncmpc.git] / src / options.c
index 5bb5fbadd7f20fd652706c211bbc9e42aeb250de..3f784d11cc9c00ab23b84a1be23af8f7690790ba 100644 (file)
@@ -61,6 +61,7 @@ options_t options = {
 #ifndef NCMPC_MINI
        .scroll = DEFAULT_SCROLL,
        .welcome_screen_list = true,
+       .display_time = true,
 #endif
 };