mirror of https://github.com/sbt/sbt.git
Set default supershell blank zone to 1
We do not need a large blank zone with the virtual system.out.
This commit is contained in:
parent
5c42c20cdc
commit
24d4b3549b
|
|
@ -94,7 +94,7 @@ object SysProp {
|
|||
def supershell: Boolean = booleanOpt("sbt.supershell").getOrElse(!dumbTerm && color)
|
||||
|
||||
def supershellSleep: Long = long("sbt.supershell.sleep", 100L)
|
||||
def supershellBlankZone: Int = int("sbt.supershell.blankzone", 5)
|
||||
def supershellBlankZone: Int = int("sbt.supershell.blankzone", 1)
|
||||
|
||||
def defaultUseCoursier: Boolean = {
|
||||
val coursierOpt = booleanOpt("sbt.coursier")
|
||||
|
|
|
|||
Loading…
Reference in New Issue