about summary refs log tree commit diff
path: root/irc.c
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2021-07-08 22:42:17 +0000
committerJune McEnroe <june@causal.agency>2021-07-15 14:43:30 -0400
commit773d5bbdc006077e93ee5e3dc54f3c8ae6f15f33 (patch)
tree8b6a7285c497004ff7e60677f6bae08575004b1b /irc.c
parentUse /ns in manual example (diff)
downloadcatgirl-773d5bbdc006077e93ee5e3dc54f3c8ae6f15f33.tar.gz
catgirl-773d5bbdc006077e93ee5e3dc54f3c8ae6f15f33.zip
chat.tmux.conf: Fix base-index setting
"base-index" expects integer values, tmux prints a warning at load-time
but otherwise ignores the configuration line.
Diffstat (limited to 'irc.c')
0 files changed, 0 insertions, 0 deletions
'>FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 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