summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore44log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile2486log plain blame
-rw-r--r--README.73970log plain blame
-rw-r--r--buffer.c6150log plain blame
-rw-r--r--catgirl.117871log plain blame
-rw-r--r--chat.c11463log plain blame
-rw-r--r--chat.h10027log plain blame
-rw-r--r--command.c15720log plain blame
-rw-r--r--complete.c4792log plain blame
-rw-r--r--config.c3799log plain blame
-rwxr-xr-xconfigure1119log plain blame
-rw-r--r--edit.c7314log plain blame
-rw-r--r--filter.c3713log plain blame
-rw-r--r--handle.c38248log plain blame
-rw-r--r--irc.c7649log plain blame
-rw-r--r--log.c3368log plain blame
d---------scripts322log plain
-rw-r--r--ui.c28677log plain blame
-rw-r--r--url.c6946log plain blame
-rw-r--r--xdg.c3969log plain blame
c/commit/bin/qf.c?id=867f1c9743e0cecab44b07324ef3108bb0f2160a&follow=1'>Set 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