summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-11 17:25:10 -0400
committerJune McEnroe <june@causal.agency>2019-07-11 17:25:10 -0400
commit5fa21ca1b98ac74bd603fc1e1a504c98bd4bed27 (patch)
treed77edec602b2de8b0e697894637ce961df4f2ffd /etc
parentOutput <b>, <i>, <u> in shotty (diff)
downloadsrc-5fa21ca1b98ac74bd603fc1e1a504c98bd4bed27.tar.gz
src-5fa21ca1b98ac74bd603fc1e1a504c98bd4bed27.zip
Add bright option to shotty
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions
'>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