sbt, the interactive build tool
Go to file
Eugene Yokota e28e052b5b move super shell rendering to ConsoleAppender
Ref https://github.com/sbt/sbt/issues/4583
This moves the super shell rendering to ConsoleAppender with several improvements.

Instead of scrolling up, supershell is now changed to normal scrolling down, with more traditional cursor position. Before printing out the logs, last known progress reports are wiped out. In addition, there's now 5 lines of blank lines to accomodate for `println(...)` by tasks.
2019-04-21 03:59:19 -04:00
internal move super shell rendering to ConsoleAppender 2019-04-21 03:59:19 -04:00
project sbt-scalafmt 2.0.0 2019-04-20 23:21:31 -04:00
util-cache apply formatting 2019-04-20 23:23:13 -04:00
util-tracking apply formatting 2019-04-20 23:23:13 -04:00
.gitignore Add target/ to .gitignore 2016-04-07 12:47:36 +02:00
.java-version Scala 2.12 2016-12-22 11:59:00 -05:00
.scalafmt.conf sbt-scalafmt 2.0.0 2019-04-20 23:21:31 -04:00
.travis.yml sbt-scalafmt 2.0.0 2019-04-20 23:21:31 -04:00
CONTRIBUTING.md Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00
LICENSE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
NOTICE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
README.md Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00
build.sbt move super shell rendering to ConsoleAppender 2019-04-21 03:59:19 -04:00

README.md

utility modules for sbt