about summary refs log tree commit diff homepage
path: root/LICENSE
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-08-08 19:00:54 -0400
committerJune McEnroe <june@causal.agency>2017-08-08 19:00:54 -0400
commita58e055fa574c29e833f1fdeb098225594496c76 (patch)
tree2a2db4ba40e620b4c145443c99f1251e0e921a84 /LICENSE
parentRewrite help (diff)
downloadtorus-a58e055fa574c29e833f1fdeb098225594496c76.tar.gz
torus-a58e055fa574c29e833f1fdeb098225594496c76.zip
Turn off SIGPIPE at the socket level
I imagine it's better to not generate SIGPIPE at all rather than
generate and ignore.
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions
ommit/bin/qf.c?id=095aef4eef5efd2c2ad7b73ce0ae093a9a227a17&follow=1'>Don'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