sbt/internal
Ethan Atkins 9c2dd05b6a Avoid possible divide by zero
On the off chance that in some configurations the terminal width is set
to zero, avoid an exception by returning 0 for terminal lines. It is
likely that supershell will not work well if terminal width is zero, but
that's better than a potential crash (I think the crash would be in the
progress background thread, so I'm not sure how bad it would be, but
still its good to avoid).
2019-09-24 16:35:03 -07:00
..
util-control apply formatting 2019-04-20 23:23:13 -04:00
util-interface/src/main/java/xsbti Add Problem#rendered to customize how problems are shown 2018-08-28 03:58:15 +09:00
util-logging Avoid possible divide by zero 2019-09-24 16:35:03 -07:00
util-position/src -Xfatal-warnings 2018-09-19 22:46:38 -04:00
util-relation/src Scala 2.13.0 2019-07-14 12:47:43 -04:00
util-scripted/src/main apply formatting 2019-04-20 23:23:13 -04:00