From e83123de1f24667afbf52c78b9743e251bdef952 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 2 May 2014 18:58:04 +0100 Subject: Add support for non-scrolling fifo buffers --- src/buffer_utils.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buffer_utils.hh') diff --git a/src/buffer_utils.hh b/src/buffer_utils.hh index bd08d9b3..ba295821 100644 --- a/src/buffer_utils.hh +++ b/src/buffer_utils.hh @@ -41,7 +41,7 @@ inline void avoid_eol(const Buffer& buffer, Selection& sel) CharCount get_column(const Buffer& buffer, CharCount tabstop, BufferCoord coord); -Buffer* create_fifo_buffer(String name, int fd); +Buffer* create_fifo_buffer(String name, int fd, bool scroll = false); } -- cgit v1.2.3