summary refs log tree commit diff
path: root/bin/catsh/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-10 16:58:47 -0500
committerJune McEnroe <june@causal.agency>2019-02-10 16:58:47 -0500
commitd7455c8d8e95d43d76ba95d43f9e36fc119ca83f (patch)
treed65f921b0a40fd3d9253d05271e7ea0ba0c82442 /bin/catsh/Makefile
parentReplace uses of pattend with newline patterns (diff)
downloadsrc-d7455c8d8e95d43d76ba95d43f9e36fc119ca83f.tar.gz
src-d7455c8d8e95d43d76ba95d43f9e36fc119ca83f.zip
Remove pattend from hi
Diffstat (limited to 'bin/catsh/Makefile')
0 files changed, 0 insertions, 0 deletions
June 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