degesch: leak lines from related buffers
This commit is contained in:
parent
7fed628d58
commit
5b9dadcc58
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue