degesch: leak lines from related buffers

This commit is contained in:
Přemysl Eric Janouch 2015-04-17 21:48:56 +02:00
parent 7fed628d58
commit 5b9dadcc58
1 changed files with 4 additions and 0 deletions

View File

@ -798,6 +798,10 @@ buffer_send (struct app_context *ctx, struct buffer *buffer,
if (buffer == ctx->current_buffer)
buffer_line_display (ctx, line);
else if (!ctx->isolate_buffers &&
(buffer == ctx->global_buffer || buffer == ctx->server_buffer))
// TODO: show this in another color or something
buffer_line_display (ctx, line);
}
static struct buffer *