summary refs log tree commit diff
path: root/etc/console.sh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-22 23:13:27 -0500
committerJune McEnroe <programble@gmail.com>2018-02-22 23:13:27 -0500
commit07479953b7864a566a37fa62a52767f43cf6a677 (patch)
treedb03cd3a4eb0f410cbd5bc7a84841f5b68a3414c /etc/console.sh
parentAbort on other values of enums in pngo (diff)
downloadsrc-07479953b7864a566a37fa62a52767f43cf6a677.tar.gz
src-07479953b7864a566a37fa62a52767f43cf6a677.zip
Exit cleanly from hnel on Linux
Okay the change that actually does that is checking revents == POLLIN.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
highlight'> 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