mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 15:08:13 +02:00
Read in STDIN first, and only then start terminal IO, hopefully allowing the other program to finish its terminal IO before we start. Fixes #5934