diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-04-25 02:09:58 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-04-25 02:09:58 +0200 |
commit | 0141bef3cd169cb829f71837091e2a0519789875 (patch) | |
tree | 1903548ba4039cfb0368f5ae59ee03a8f77a2a1a /degesch.c | |
parent | 40510e26c381d8ebebbb2ba0c995c72cc5a42bfc (diff) | |
download | xK-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |