From 0141bef3cd169cb829f71837091e2a0519789875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 25 Apr 2015 02:09:58 +0200 Subject: [PATCH] degesch: print an extra line in /buffer list --- degesch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/degesch.c b/degesch.c index bb14054..09dc10b 100644 --- a/degesch.c +++ b/degesch.c @@ -2656,6 +2656,7 @@ handle_command_buffer (struct app_context *ctx, char *arguments) // TODO: some subcommand to print N last lines from the buffer if (!strcasecmp_ascii (action, "list")) { + buffer_send_status (ctx, ctx->global_buffer, "%s", ""); buffer_send_status (ctx, ctx->global_buffer, "Buffers list:"); int i = 1;