Tweak display

Simply display an empty progress bar when size is unknown
This commit is contained in:
Alexandre Archambault 2017-07-22 17:29:30 +02:00
parent 862169c6bb
commit 4ed2e2a261
1 changed files with 1 additions and 2 deletions

View File

@ -74,8 +74,7 @@ object TermDisplay {
val start =
actualFraction match {
case None =>
val elem = if (watching) "." else "?"
s" [ $elem ] "
" [ ] "
case Some(frac) =>
val elem = if (watching) "." else "#"