When I start a scala console and type after the prompt, nothing is visible. This fixes the issue temporarily:
import sys.process._
"reset" !
This is a known issue for Ubuntu 18.04 and Scala 2.11 (see stackoverflow).
When I start a scala console and type after the prompt, nothing is visible. This fixes the issue temporarily:
import sys.process._
"reset" !
This is a known issue for Ubuntu 18.04 and Scala 2.11 (see stackoverflow).