mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
On windows with jline3, inputting ctrl+c in the sbt console just causes the input stream to return -3 unlike mac and linux where ctrl+c always signals. Fixes https://github.com/sbt/sbt/issues/5791