summary refs log tree commit diff
path: root/bin/dash/Makefile.am
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-26 09:41:22 -0500
committerJune McEnroe <june@causal.agency>2022-01-26 09:41:22 -0500
commit6a1da5af640fc1daa93bc7bb2525280defc5d57f (patch)
tree20085926753bdf3bdf391145998200c446b28767 /bin/dash/Makefile.am
parentUse diff-highlight for GIT_PAGER if available (diff)
downloadsrc-6a1da5af640fc1daa93bc7bb2525280defc5d57f.tar.gz
src-6a1da5af640fc1daa93bc7bb2525280defc5d57f.zip
Add Convenience Store Woman
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
header'>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