Code

added option "second-column"
[ncmpc.git] / src / options.c
index 9746d3ab78c08b67052ba11076887499f0b138fa..f50f18c795b4fb5ce342ee5e858d7a61c9aec0d7 100644 (file)
@@ -65,6 +65,7 @@ options_t options = {
        .scroll = DEFAULT_SCROLL,
        .welcome_screen_list = true,
        .jump_prefix_only = true,
+       .second_column = true,
 #endif
 };