Code

Merge branch 'master' of git://git.musicpd.org/patrick/ncmpc
[ncmpc.git] / src / options.c
index 24c4ae5dd083174ad780184e2fca8aa1aa0cf262..df1a9da16fff6fca44da8dc780a4155763a18a7d 100644 (file)
@@ -64,6 +64,7 @@ options_t options = {
        .scroll = DEFAULT_SCROLL,
        .welcome_screen_list = true,
        .display_time = true,
+       .jump_prefix_only = true,
 #endif
 };
 
@@ -272,11 +273,13 @@ handle_option(int c, const char *arg)
                /* the splash screen was removed */
                break;
 #ifndef NDEBUG
+#ifndef NCMPC_MINI
        case 'K': /* --dump-keys */
                read_configuration();
                write_key_bindings(stdout, KEYDEF_WRITE_ALL | KEYDEF_COMMENT_ALL);
                exit(EXIT_SUCCESS);
                break;
+#endif
 #endif
        default:
                fprintf(stderr,"Unknown Option %c = %s\n", c, arg);