about summary refs log tree commit diff homepage
path: root/torus.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-24 20:43:09 -0400
committerJune McEnroe <june@causal.agency>2018-08-24 20:43:09 -0400
commitbfa20a387ea9a84ff94d745358ec49f138fdd037 (patch)
treeddf47ad069ba390cb334d87d9e06989e8cc5670f /torus.h
parentAdd client-side help page (diff)
downloadtorus-bfa20a387ea9a84ff94d745358ec49f138fdd037.tar.gz
torus-bfa20a387ea9a84ff94d745358ec49f138fdd037.zip
Add copy and paste
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
June McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do 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