Small improvements to the FAQ
This commit is contained in:
parent
b8804f9f67
commit
29619a1a35
1 changed files with 12 additions and 4 deletions
10
FAQ
10
FAQ
|
@ -51,7 +51,7 @@ solution for them is to use the following command:
|
||||||
$ printf '\033[?1h\033=' >/dev/tty
|
$ printf '\033[?1h\033=' >/dev/tty
|
||||||
|
|
||||||
or
|
or
|
||||||
$ echo $(tput smkx) >/dev/tty
|
$ tput smkx
|
||||||
|
|
||||||
In the case of bash, readline is used. Readline has a different note in its
|
In the case of bash, readline is used. Readline has a different note in its
|
||||||
manpage about this issue:
|
manpage about this issue:
|
||||||
|
@ -155,3 +155,11 @@ This is an issue that was discussed in suckless mailing list
|
||||||
[1] http://www.ibb.net/~anne/keyboard.html
|
[1] http://www.ibb.net/~anne/keyboard.html
|
||||||
[2] http://www.tldp.org/HOWTO/Keyboard-and-Console-HOWTO-5.html
|
[2] http://www.tldp.org/HOWTO/Keyboard-and-Console-HOWTO-5.html
|
||||||
|
|
||||||
|
## But I really want a wrong backspace key and a wrong delete key
|
||||||
|
|
||||||
|
If you really want emulate the errors of another terminal emulators
|
||||||
|
and have a backspace key that generates a DELETE and a delete key
|
||||||
|
that generates BACKSPACE, then you can apply the patch
|
||||||
|
found in [1], but please do not tell me it.
|
||||||
|
|
||||||
|
[1] http://st.suckless.org/patches/delkey
|
||||||
|
|
Loading…
Reference in a new issue