trickle
trickle copied to clipboard
tritty: Fix "select: Interrupted system call" error
When the terminal is resized, the process is sent a SIGWINCH, and although tritty catches and handles that signal appropriately, the select() system call is interrupted and must be restarted.
Fixes #6.