summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/interpreter/Power.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-02-04 03:43:22 +0000
committerPaul Phillips <paulp@improving.org>2011-02-04 03:43:22 +0000
commitf61020bb96c06f8da1f57e89703b233d01ec254c (patch)
tree24a726197a254046facd8bc3ac2319f8c5338f57 /src/compiler/scala/tools/nsc/interpreter/Power.scala
parent985c587364aab272be69dfef72db2e24f4fd4385 (diff)
downloadscala-f61020bb96c06f8da1f57e89703b233d01ec254c.tar.gz
scala-f61020bb96c06f8da1f57e89703b233d01ec254c.tar.bz2
scala-f61020bb96c06f8da1f57e89703b233d01ec254c.zip
My repl history hasn't been working right for a...
My repl history hasn't been working right for a while (since about when jline2 was introduced.) Nobody else has said anything so either it's just me or I'm the only one using trunk, but either way I decided I'd rather write some history code than tinker with jline. So this is code to implement the jline history interface. No review.
Diffstat (limited to 'src/compiler/scala/tools/nsc/interpreter/Power.scala')
-rw-r--r--src/compiler/scala/tools/nsc/interpreter/Power.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/interpreter/Power.scala b/src/compiler/scala/tools/nsc/interpreter/Power.scala
index dd0b05747b..7770f29a2e 100644
--- a/src/compiler/scala/tools/nsc/interpreter/Power.scala
+++ b/src/compiler/scala/tools/nsc/interpreter/Power.scala
@@ -8,6 +8,7 @@ package interpreter
import scala.collection.{ mutable, immutable }
import scala.tools.nsc.util.{ BatchSourceFile }
+import session.{ History }
/** A class for methods to be injected into the intp in power mode.
*/