diff options
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); } |
