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.73780log plain blame
-rw-r--r--buffer.c5570log plain blame
-rw-r--r--catgirl.114844log plain blame
-rw-r--r--chat.c9422log plain blame
-rw-r--r--chat.h9391log plain blame
-rw-r--r--command.c13885log plain blame
-rw-r--r--complete.c4792log plain blame
-rw-r--r--config.c3766log plain blame
-rwxr-xr-xconfigure1119log plain blame
-rw-r--r--edit.c7393log plain blame
-rw-r--r--handle.c35115log plain blame
-rw-r--r--ignore.c2836log plain blame
-rw-r--r--irc.c7132log plain blame
-rw-r--r--log.c3373log plain blame
d---------scripts280log plain
-rw-r--r--ui.c26282log plain blame
-rw-r--r--url.c5641log plain blame
-rw-r--r--xdg.c3969log plain blame
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