summary refs log tree commit diff
path: root/local.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-11 16:36:31 -0400
committerJune McEnroe <june@causal.agency>2020-05-11 16:36:31 -0400
commite6ca38288f38707fda5f29f5308d089a54551110 (patch)
tree7c09a5dba301879ce21f44aca0158a77ddd3ea97 /local.c
parentUse . as ${LDLIBS.$@} separator (diff)
downloadpounce-e6ca38288f38707fda5f29f5308d089a54551110.tar.gz
pounce-e6ca38288f38707fda5f29f5308d089a54551110.zip
Check signals after handling ready sockets
In the case where a signal arrives while handling a ready socket, it
should be handled as soon as possible, rather than waiting for poll to
return again. Signals will still be handled immediately if poll returns
-1 due to EINTR.
Diffstat (limited to 'local.c')
0 files changed, 0 insertions, 0 deletions
r>2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe