summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-08 14:54:51 -0400
committerJune McEnroe <june@causal.agency>2020-09-08 14:54:51 -0400
commit9513542c6daa640c1e342fcf817ad1829c9f1454 (patch)
treeab8b5522f396be70c570d6fb252e2740fe540746 /configure
parentAdd blank line to unread if there are already unread (diff)
downloadcatgirl-9513542c6daa640c1e342fcf817ad1829c9f1454.tar.gz
catgirl-9513542c6daa640c1e342fcf817ad1829c9f1454.zip
Include DEL in characters ncurses will print in ^A form
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions
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