diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-05-02 18:58:04 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-05-02 18:58:04 +0100 |
| commit | e83123de1f24667afbf52c78b9743e251bdef952 (patch) | |
| tree | 07b54b4259c49cb6ce2a7e61b83d7683cb7fd628 /src/buffer_utils.hh | |
| parent | 26dd21706edcb63459715dc4e1a078c2a0b9c0de (diff) | |
Add support for non-scrolling fifo buffers
Diffstat (limited to 'src/buffer_utils.hh')
| -rw-r--r-- | src/buffer_utils.hh | 2 |
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); } |
