mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
If there is no console attached, it doesn't make sense to enter or exit raw mode. We also don't want to poll from System.in in CI in SimpleTerminal because threads can get blocked trying to read from System.in with no possibility of exiting.