mirror of https://github.com/sbt/sbt.git
Include instructions for backspace key under cygwin (mintty)
Added note about setting in mintty to force sending of ^H which is necessary for the scala console backspace to work when jline.UnixTerminal is set and stty erase is ^H. Additional documentation for #562.
This commit is contained in:
parent
fdd93406d5
commit
ffc58d4160
|
|
@ -154,6 +154,9 @@ Then, make the script executable:
|
|||
|
||||
$ chmod u+x ~/bin/sbt
|
||||
|
||||
In order for backspace to work correctly in the scala console, you need to make sure your backspace key is sending the erase character as configured by stty.
|
||||
For the default cygwin terminal (mintty) you can find a setting under Options -> Keys "Backspace sends ^H" which will need to be checked if your erase key is the cygwin default of ^H.
|
||||
|
||||
.. note::
|
||||
|
||||
Other configurations are currently unsupported.
|
||||
|
|
|
|||
Loading…
Reference in New Issue