From 4f54ab68fec84e9312567e52e58cf1769de6e5bc Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 26 May 2011 15:02:37 +0000 Subject: Rebuilt jline with some navigation improvements... Rebuilt jline with some navigation improvements (ctrl-T jumps forward a word, ctrl-X deletes the word in front of the cursor), thanks to Kenji Matsuoka for portions of this patch. Note to OSX users: TIL learned that ctrl-O is swallowed by the terminal and that unless you have some need for weird flow-control over serial connection control chars, you can recover it with stty discard undef And then you have ctrl-O for previous word and ctrl-T for next word. No review. --- src/jline/project/build.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/jline/project/build.properties') diff --git a/src/jline/project/build.properties b/src/jline/project/build.properties index 89d3b4a498..0c2795bca5 100644 --- a/src/jline/project/build.properties +++ b/src/jline/project/build.properties @@ -2,7 +2,7 @@ #Wed Mar 23 21:05:24 PDT 2011 project.organization=org.improving project.name=jline -sbt.version=0.7.6.RC0 -project.version=0.98 -build.scala.versions=2.8.1 +sbt.version=0.7.7 +project.version=0.99-SNAPSHOT +build.scala.versions=2.9.0 project.initialize=false -- cgit v1.2.3