summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore54log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile1086log plain blame
-rw-r--r--QUIRKS.71150log plain blame
-rw-r--r--README.74328log plain blame
-rw-r--r--bounce.c18122log plain blame
-rw-r--r--bounce.h8412log plain blame
-rw-r--r--calico.12120log plain blame
-rw-r--r--cert.c2868log plain blame
-rw-r--r--client.c17710log plain blame
-rw-r--r--config.c3762log plain blame
-rwxr-xr-xconfigure1141log plain blame
-rw-r--r--dispatch.c6847log plain blame
d---------extra67log plain
-rw-r--r--local.c5818log plain blame
-rw-r--r--pounce.115918log plain blame
-rw-r--r--ring.c7383log plain blame
-rw-r--r--server.c7357log plain blame
-rw-r--r--state.c12298log plain blame
-rw-r--r--xdg.c3826log plain blame
it/bin/qf.c?id=2493b45d9f8220507eaf13277bb95ff7f3655e3f&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