summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore70log plain blame
-rw-r--r--Darwin.mk71log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Linux.mk183log plain blame
-rw-r--r--Makefile1604log plain blame
-rw-r--r--README.71861log plain blame
-rw-r--r--bounce.c12971log plain blame
-rw-r--r--bounce.h5248log plain blame
-rw-r--r--calico.12231log plain blame
-rw-r--r--client.c9360log plain blame
-rw-r--r--compat.h1312log plain blame
-rw-r--r--config.c3192log plain blame
-rw-r--r--dispatch.c7454log plain blame
-rw-r--r--local.c5382log plain blame
-rw-r--r--pounce.19317log plain blame
d---------rc.d68log plain
-rw-r--r--ring.c5944log plain blame
-rw-r--r--server.c4210log plain blame
-rw-r--r--state.c10398log plain blame
3e6c29a0d0e43587289e46f38f2a2e18dc5778e4&follow=1'>Do basic match highlightingJune McEnroe 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