summaryrefslogtreecommitdiff
path: root/src/jline/project
Commit message (Collapse)AuthorAgeFilesLines
* Updated jline and rebuilt.Paul Phillips2013-04-243-5/+4
| | | | | Two years of atrophy. Now using sbt 0.12.3 and latest versions of jansi, etc.
* Updated jline build to use xsbt 0.9.9 and rebui...Paul Phillips2011-05-295-51/+5
| | | | | Updated jline build to use xsbt 0.9.9 and rebuilt, no review.
* Rebuilt jline with some navigation improvements...Paul Phillips2011-05-262-4/+4
| | | | | | | | | | | | | | | | | 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.
* Reverted a jline commit which had broken histor...Paul Phillips2011-04-231-1/+1
| | | | | Reverted a jline commit which had broken history search, no review.
* Some patches to jline, and new jar.Paul Phillips2011-04-142-3/+3
| | | | | for improving the keybindings. No review.
* Rebuilt jline for java 1.5. No review.v2.9-divergedPaul Phillips2011-03-171-0/+2
|
* This addresses a few long standing irritations ...Paul Phillips2011-02-112-3/+3
| | | | | | | | | | | | | | This addresses a few long standing irritations with jline, rewriting chunks of it along the way. No longer does columnar output spill over and double space everything if you're unlucky with the chosen widths. Pagination works for a higher definition of work. Etc. Also, for those who enjoy operating missile systems from their repls, crash recovery now requests your permission before replaying the session. Closes #4194, no review.
* Updated to new jline sources with it moved into...Paul Phillips2011-01-214-0/+49
Updated to new jline sources with it moved into scala.tools.jline. I transitioned the jline build from maven to sbt, and this commit includes the first sbt-built binary. Review by jsuereth.