mirror of https://github.com/sbt/sbt.git
Merge pull request #5954 from eatkins/new-input
Don't enter raw mode preemptively
This commit is contained in:
commit
b1e4d5e3aa
|
|
@ -786,7 +786,6 @@ object Terminal {
|
|||
private[util] val system: org.jline.terminal.Terminal,
|
||||
) extends TerminalImpl(in, out, originalErr, "console0") {
|
||||
private[this] val rawMode = new AtomicBoolean(false)
|
||||
if (hasConsole) enterRawMode()
|
||||
override private[sbt] def getSizeImpl: (Int, Int) = {
|
||||
val size = system.getSize
|
||||
(size.getColumns, size.getRows)
|
||||
|
|
|
|||
Loading…
Reference in New Issue