degesch: print an extra line in /buffer list
This commit is contained in:
parent
40510e26c3
commit
0141bef3cd
|
@ -2656,6 +2656,7 @@ handle_command_buffer (struct app_context *ctx, char *arguments)
|
||||||
// TODO: some subcommand to print N last lines from the buffer
|
// TODO: some subcommand to print N last lines from the buffer
|
||||||
if (!strcasecmp_ascii (action, "list"))
|
if (!strcasecmp_ascii (action, "list"))
|
||||||
{
|
{
|
||||||
|
buffer_send_status (ctx, ctx->global_buffer, "%s", "");
|
||||||
buffer_send_status (ctx, ctx->global_buffer, "Buffers list:");
|
buffer_send_status (ctx, ctx->global_buffer, "Buffers list:");
|
||||||
|
|
||||||
int i = 1;
|
int i = 1;
|
||||||
|
|
Loading…
Reference in New Issue