summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-09 04:20:07 -0500
committerJune McEnroe <june@causal.agency>2020-02-09 04:20:07 -0500
commitb08c2d03efa08bd319a0665d12bef34df08ab283 (patch)
treeb880a35e71127ad3165159df2b53888b2273fc6e /Makefile
parentAdd C-k (diff)
downloadcatgirl-b08c2d03efa08bd319a0665d12bef34df08ab283.tar.gz
catgirl-b08c2d03efa08bd319a0665d12bef34df08ab283.zip
Add M-b and M-f
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
d colspan='3' class='logmsg'> 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe