about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-07-06 12:50:42 -0400
committerJune McEnroe <june@causal.agency>2021-07-13 15:16:22 -0400
commit60660a780eda82eee892bf3f6f3bf28681b2cf7c (patch)
tree57f5ce634b0ed9c160e6b17691dda4239acb8e89 /chat.h
parentUse CS command for paramless /op and /voice (diff)
downloadcatgirl-60660a780eda82eee892bf3f6f3bf28681b2cf7c.tar.gz
catgirl-60660a780eda82eee892bf3f6f3bf28681b2cf7c.zip
Reword and clarify parts of the manual
Mostly related to the utilities options.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 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