Do not write '*** kak: fifo closed ***' in buffers
The status line '[fifo]' flag should replace that
This commit is contained in:
parent
55866b51d7
commit
c6df0c9174
|
@ -44,8 +44,7 @@ Buffer* create_fifo_buffer(String name, int fd, bool scroll)
|
|||
if (prevent_scrolling)
|
||||
++pos;
|
||||
|
||||
buffer->insert(pos, count > 0 ? String(data, data+count)
|
||||
: "*** kak: fifo closed ***\n");
|
||||
buffer->insert(pos, String(data, data+count));
|
||||
|
||||
if (count > 0 and prevent_scrolling)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user