summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore44log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile2326log plain blame
-rw-r--r--README.73085log plain blame
-rw-r--r--catgirl.111926log plain blame
-rw-r--r--chat.c8503log plain blame
-rw-r--r--chat.h6065log plain blame
-rw-r--r--command.c9218log plain blame
-rw-r--r--complete.c4176log plain blame
-rw-r--r--config.c3198log plain blame
-rwxr-xr-xconfigure762log plain blame
-rw-r--r--edit.c5038log plain blame
-rw-r--r--handle.c20652log plain blame
-rw-r--r--irc.c6766log plain blame
d---------scripts280log plain
-rw-r--r--ui.c26382log plain blame
-rw-r--r--url.c5020log plain blame
-rw-r--r--xdg.c3340log plain blame
37109fbb22fdf89d573e01dc77abc575ce8119ed&follow=1'>Clean 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