summary refs log tree commit diff
path: root/irc.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-11 18:23:04 -0500
committerJune McEnroe <june@causal.agency>2020-02-11 18:23:04 -0500
commit7c171b8affd8c27aac8cb9206318314b4041a56c (patch)
treeae285f8731876ef1ed364b7907e3e93a86d1a6a2 /irc.c
parentCall completeClear when closing a window (diff)
downloadcatgirl-7c171b8affd8c27aac8cb9206318314b4041a56c.tar.gz
catgirl-7c171b8affd8c27aac8cb9206318314b4041a56c.zip
Rename query ID on nick change
Diffstat (limited to 'irc.c')
0 files changed, 0 insertions, 0 deletions
tr class='nohover-highlight'> 2022-06-03Set line 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