summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2015-09-10 16:24:26 +1000
committerJason Zaugg <jzaugg@gmail.com>2015-09-11 00:21:56 +1000
commit7719a3cc908464d34d602a7a5a23e943059bb714 (patch)
treed0ec37077d206e42d27ca33ea3bf127b7cb2c81a /build.xml
parentb89874b7c0bb9ad8e2276b652580f3aaf3e5c621 (diff)
downloadscala-7719a3cc908464d34d602a7a5a23e943059bb714.tar.gz
scala-7719a3cc908464d34d602a7a5a23e943059bb714.tar.bz2
scala-7719a3cc908464d34d602a7a5a23e943059bb714.zip
Workaround JLine bug for mid-line tab completion
Before: ``` scala> {" ".char<TAB>} charAt chars scala> {" ".char<CURSOR>}} ``` I noticed that pressing <SPACE>-<BACKSPACE> re-rendered the line correctly, so I've added this workaround to our customization of the JLine console reader. After: ``` scala> {" ".char<TAB>} charAt chars scala> {" ".char<CURSOR>} ``` We can delete this workaround when JLine 2.13.1 is released, but I haven't heard back about when this might happen.
Diffstat (limited to 'build.xml')
0 files changed, 0 insertions, 0 deletions