about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore48log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile1505log plain blame
-rw-r--r--README.74849log plain blame
-rw-r--r--buffer.c6270log plain blame
-rw-r--r--catgirl.122237log plain blame
-rw-r--r--chat.c14127log plain blame
-rw-r--r--chat.h11530log plain blame
-rw-r--r--command.c18404log plain blame
-rw-r--r--compat_readpassphrase.c5951log plain blame
-rw-r--r--complete.c5056log plain blame
-rw-r--r--config.c3799log plain blame
-rwxr-xr-xconfigure1230log plain blame
-rw-r--r--edit.c8364log plain blame
-rw-r--r--edit.h2353log plain blame
-rw-r--r--filter.c4344log plain blame
-rw-r--r--handle.c41533log plain blame
-rw-r--r--input.c17704log plain blame
-rw-r--r--irc.c8212log plain blame
-rw-r--r--log.c4584log plain blame
d---------scripts401log plain
-rw-r--r--ui.c9121log plain blame
-rw-r--r--url.c6958log plain blame
-rw-r--r--window.c16427log plain blame
-rw-r--r--xdg.c3762log plain blame
cEnroe 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