summaryrefslogtreecommitdiff
path: root/src/buffer_utils.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-05-02 18:58:04 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-05-02 18:58:04 +0100
commite83123de1f24667afbf52c78b9743e251bdef952 (patch)
tree07b54b4259c49cb6ce2a7e61b83d7683cb7fd628 /src/buffer_utils.hh
parent26dd21706edcb63459715dc4e1a078c2a0b9c0de (diff)
Add support for non-scrolling fifo buffers
Diffstat (limited to 'src/buffer_utils.hh')
-rw-r--r--src/buffer_utils.hh2
1 files changed, 1 insertions, 1 deletions
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);
}