summaryrefslogtreecommitdiff
path: root/src/buffer_utils.cc
AgeCommit message (Expand)Author
2014-11-04Reuse existing buffer when creating a fifo oneMaxime Coste
2014-10-20Port more code to StringView instead of const String&Maxime Coste
2014-10-13Refactor regex uses, do not reference boost except in regex.hhMaxime Coste
2014-10-03Use InternedStrings for buffer contentsMaxime Coste
2014-08-26Limit the iteration count when reading from a fifoMaxime Coste
2014-08-15Add support for reading from stdin/writing to stdout in filter modeMaxime Coste
2014-07-07Do not write '*** kak: fifo closed ***' in buffersMaxime Coste
2014-07-05utf8: use end of sequence iterators for more securityMaxime Coste
2014-06-30Fix spurious eol appearing in non scrolling fifo buffersMaxime Coste
2014-06-16Add BufCloseFifo hook and use that to remove fifo directoriesMaxime Coste
2014-05-15read all available text in fifo each time the fd is signaledMaxime Coste
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2014-05-02Add support for non-scrolling fifo buffersMaxime Coste
2014-04-29Add support for running Kakoune with redirected stdinMaxime Coste
2014-04-28Move some buffer related utility functions to buffer_utils.{cc,hh}Maxime Coste