summary refs log tree commit diff
path: root/bin/cash/tests/builtins/command5.0.stdout
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-30 22:28:00 -0500
committerJune McEnroe <june@causal.agency>2022-01-30 22:28:00 -0500
commita189296c5205d43efcfb551a4fb7fadc2dc80ca1 (patch)
tree2829ba8b9090ba39a34d665ca19f85f6ce9187ce /bin/cash/tests/builtins/command5.0.stdout
parentAdd enc (diff)
downloadsrc-a189296c5205d43efcfb551a4fb7fadc2dc80ca1.tar.gz
src-a189296c5205d43efcfb551a4fb7fadc2dc80ca1.zip
Add ASCII diagram of keyboard layout
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
t'>Use 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