diff options
Diffstat (limited to 'degesch.c')
-rw-r--r-- | degesch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8152,7 +8152,7 @@ handle_command_buffer (struct handler_args *a) return true; bool result = true; - if (!strcasecmp_ascii (action, "list")) + if (!*action || !strcasecmp_ascii (action, "list")) show_buffers_list (ctx); else if (!strcasecmp_ascii (action, "clear")) { |