Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ttyplot.c: Get signal handling delay below 300ms for Ctrl+C
This is related to signal starvation with high pressure in stdin. See the commit just before for more context. Also not this part in `man 2 pselect`: > Note that the timeout interval will be rounded up to the system > clock granularity, and kernel scheduling delays mean that the > blocking interval may overrun by a small amount. So there is no guarantee for <=300ms.
- Loading branch information