summaryrefslogtreecommitdiff
path: root/src/buffer_utils.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-04-29 21:37:11 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-04-29 21:37:11 +0100
commit479c067a4096f440398f531c11e4eae802ffe7c9 (patch)
tree438cccc0a9b173e039bae5da34468135ad09f43e /src/buffer_utils.hh
parentf68394668174492caa599442e9f7bd344a84d9d8 (diff)
Add support for running Kakoune with redirected stdin
Will read to a *stdin* fifo buffer
Diffstat (limited to 'src/buffer_utils.hh')
-rw-r--r--src/buffer_utils.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer_utils.hh b/src/buffer_utils.hh
index 16e2c764..bd08d9b3 100644
--- a/src/buffer_utils.hh
+++ b/src/buffer_utils.hh
@@ -41,6 +41,8 @@ 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);
+
}
#endif // buffer_utils_hh_INCLUDED