summary refs log tree commit diff
path: root/ui.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-09 15:35:02 -0500
committerJune McEnroe <june@causal.agency>2020-02-09 16:19:36 -0500
commit2bb3590de9eb7f9195c32fb94491515ac395f1db (patch)
treee9127d76191d13fa15183e045f76750379fbb785 /ui.c
parentAdd copy of GPL (diff)
downloadcatgirl-2bb3590de9eb7f9195c32fb94491515ac395f1db.tar.gz
catgirl-2bb3590de9eb7f9195c32fb94491515ac395f1db.zip
Add /msg
Services tend to tell you to use /msg so it definitely needs to exist.
Diffstat (limited to 'ui.c')
0 files changed, 0 insertions, 0 deletions
9ed&follow=1'>Clean 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