summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore68log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile1535log plain blame
-rw-r--r--README.73104log plain blame
-rw-r--r--bounce.c16396log plain blame
-rw-r--r--bounce.h7379log plain blame
-rw-r--r--calico.12565log plain blame
-rw-r--r--client.c17026log plain blame
-rw-r--r--config.c3729log plain blame
-rwxr-xr-xconfigure1123log plain blame
d---------contrib / palaver34log plain
-rw-r--r--dispatch.c7866log plain blame
-rw-r--r--local.c6536log plain blame
-rw-r--r--pounce.115404log plain blame
d---------rc.d74log plain
-rw-r--r--ring.c7256log plain blame
-rw-r--r--server.c6870log plain blame
-rw-r--r--state.c11428log plain blame
-rw-r--r--xdg.c3977log plain blame
6cd61f977fded83a37&follow=1'>Use 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