summary refs log tree commit diff
path: root/bin/cash/jobs.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-10 20:40:53 -0500
committerJune McEnroe <june@causal.agency>2019-01-10 20:40:53 -0500
commit6a7ba5fd4d3c4a6ca9a6b138740e975fb27d6dc9 (patch)
treeb8f3e377bdcb184a15c85eb9a5971b04d8352901 /bin/cash/jobs.c
parentRemove cash/tests (diff)
downloadsrc-6a7ba5fd4d3c4a6ca9a6b138740e975fb27d6dc9.tar.gz
src-6a7ba5fd4d3c4a6ca9a6b138740e975fb27d6dc9.zip
Fix unused copyright and rcsid in cash
Diffstat (limited to 'bin/cash/jobs.c')
0 files changed, 0 insertions, 0 deletions
June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune 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