Maxime Coste
|
8d4531d419
|
Add support for reading from stdin/writing to stdout in filter mode
Note that kakoune still needs to read the whole buffer first, only
once stdin is closed can it execute the keys.
|
2014-08-15 13:21:54 +01:00 |
|
Maxime Coste
|
c6df0c9174
|
Do not write '*** kak: fifo closed ***' in buffers
The status line '[fifo]' flag should replace that
|
2014-07-07 23:56:17 +01:00 |
|
Maxime Coste
|
ed68d1ff28
|
utf8: use end of sequence iterators for more security
|
2014-07-05 12:10:06 +01:00 |
|
Maxime Coste
|
b18db68c8a
|
Fix spurious eol appearing in non scrolling fifo buffers
|
2014-06-30 18:56:18 +01:00 |
|
Maxime Coste
|
3ef5bf53d5
|
Add BufCloseFifo hook and use that to remove fifo directories
|
2014-06-16 19:50:20 +01:00 |
|
Maxime Coste
|
aa48179131
|
read all available text in fifo each time the fd is signaled
|
2014-05-15 19:11:59 +01:00 |
|
Maxime Coste
|
8546788b43
|
Refactor LineAndColumn coordinates
BufferCoord -> ByteCoord
DisplayCoord -> CharCoord
Moved their definition along with LineAndColumn into coord.hh
|
2014-05-07 19:53:45 +01:00 |
|
Maxime Coste
|
e83123de1f
|
Add support for non-scrolling fifo buffers
|
2014-05-02 18:58:04 +01:00 |
|
Maxime Coste
|
479c067a40
|
Add support for running Kakoune with redirected stdin
Will read to a *stdin* fifo buffer
|
2014-04-29 21:37:11 +01:00 |
|
Maxime Coste
|
7190791927
|
Move some buffer related utility functions to buffer_utils.{cc,hh}
|
2014-04-28 19:48:23 +01:00 |
|