summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore55log plain blame
-rw-r--r--Darwin.mk117log plain blame
-rw-r--r--LICENSE34520log plain blame
-rw-r--r--Linux.mk212log plain blame
-rw-r--r--Makefile2198log plain blame
-rw-r--r--NetBSD.mk101log plain blame
-rw-r--r--README1807log plain blame
-rw-r--r--catgirl.16967log plain blame
-rw-r--r--catgirl.71760log plain blame
-rw-r--r--chat.c2399log plain blame
-rw-r--r--chat.h5416log plain blame
-rw-r--r--color.c1537log plain blame
-rw-r--r--edit.c4461log plain blame
-rw-r--r--event.c3885log plain blame
-rw-r--r--format.c5114log plain blame
-rw-r--r--handle.c15103log plain blame
-rw-r--r--input.c6563log plain blame
-rw-r--r--irc.c4167log plain blame
-rw-r--r--log.c3737log plain blame
-rw-r--r--man.sh72log plain blame
-rw-r--r--pls.c4856log plain blame
-rw-r--r--sandman.1424log plain blame
-rw-r--r--sandman.m2226log plain blame
-rw-r--r--sshd_config244log plain blame
-rw-r--r--tab.c3734log plain blame
-rw-r--r--tag.c1589log plain blame
-rw-r--r--term.c2683log plain blame
-rw-r--r--ui.c15937log plain blame
-rw-r--r--url.c2895log plain blame
ghlight'> 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