aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-04-25 02:09:58 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-04-25 02:09:58 +0200
commit0141bef3cd169cb829f71837091e2a0519789875 (patch)
tree1903548ba4039cfb0368f5ae59ee03a8f77a2a1a /degesch.c
parent40510e26c381d8ebebbb2ba0c995c72cc5a42bfc (diff)
downloadxK-0141bef3cd169cb829f71837091e2a0519789875.tar.gz
xK-0141bef3cd169cb829f71837091e2a0519789875.tar.xz
xK-0141bef3cd169cb829f71837091e2a0519789875.zip
degesch: print an extra line in /buffer list
Diffstat (limited to 'degesch.c')
-rw-r--r--degesch.c1
1 files changed, 1 insertions, 0 deletions
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;