mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 16:28:19 +02:00
On macOS reading from the same tty device file as we are writing too in another thread gives continuous EAGAIN errors. We dont actually need simultaneous read/write, so move the reads to the end.