summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore30log plain blame
-rw-r--r--LICENSE34520log plain blame
-rw-r--r--Makefile1349log plain blame
-rw-r--r--README600log plain blame
-rw-r--r--chat.c4394log plain blame
-rw-r--r--chat.h3871log plain blame
-rw-r--r--edit.c4647log plain blame
-rw-r--r--handle.c9606log plain blame
-rw-r--r--input.c3926log plain blame
-rw-r--r--irc.c3687log plain blame
-rw-r--r--pls.c2545log plain blame
-rw-r--r--tab.c3369log plain blame
-rw-r--r--tag.c1486log plain blame
-rw-r--r--term.c1891log plain blame
-rw-r--r--ui.c12144log plain blame
-rw-r--r--url.c2343log plain blame
tr class='logheader'>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