This is introduced with #138. Previously a SIGWINCH signal would cause mio poll to fail, so we'd check GOT_SIGWINCH on every error and handle size changes immediately.
With #138 we no longer get an interrupt on SIGWINCH so the signal is only noticed with the next input event.