summary refs log tree commit diff
path: root/bin/man1/scheme.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-17 22:40:47 -0400
committerJune McEnroe <june@causal.agency>2018-09-17 22:40:47 -0400
commit819e994fabd7715592959e31ecb05b9921c9e390 (patch)
treebe73d03f633c1407e8c265ec5065175e24bbac9f /bin/man1/scheme.1
downloadsrc-819e994fabd7715592959e31ecb05b9921c9e390.tar.gz
src-819e994fabd7715592959e31ecb05b9921c9e390.zip
Add "Using Make"
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
5ff24de1a7a6b9df64534cd9e82e&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