mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user