mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-08 01:53:35 +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