Created
August 11, 2013 07:34
-
-
Save hz9xa/6203888 to your computer and use it in GitHub Desktop.
#Backspace
#delete
Fixe the broken backspace key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Backspace key is supposed to send Control+H or ^H, | |
| however, the terminal may show ^? and do not delete anything | |
| To fix this, change terminal settings and force ^H to be send for backspace key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment