summary refs log tree commit diff
path: root/bin/dash/depcomp
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-18 15:31:13 -0400
committerJune McEnroe <june@causal.agency>2021-04-18 15:31:13 -0400
commit78c7d31de6206fee4f818aa941d8f781c514346d (patch)
tree5c8c62eb116fe841ac9073733cf7d2b1defab8cc /bin/dash/depcomp
parentFlip card rendering (diff)
downloadsrc-78c7d31de6206fee4f818aa941d8f781c514346d.tar.gz
src-78c7d31de6206fee4f818aa941d8f781c514346d.zip
Add -R reverse typer
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
/tr> 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