aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2015-02-28 16:13:47 +0000
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2015-02-28 16:15:16 +0000
commit29619a1a35175fd79a743ed006af405ea586a0fd (patch)
tree40c8e96fe61ec8d221ed76e9f60acca72eb9b2d0 /FAQ
parentb8804f9f675b79ddd2db47aeef626d6ae3ce5ca3 (diff)
downloadst-patched-29619a1a35175fd79a743ed006af405ea586a0fd.tar.bz2
st-patched-29619a1a35175fd79a743ed006af405ea586a0fd.tar.xz
st-patched-29619a1a35175fd79a743ed006af405ea586a0fd.zip
Small improvements to the FAQ
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ16
1 files changed, 12 insertions, 4 deletions
diff --git a/FAQ b/FAQ
index a47c024..61f94a5 100644
--- a/FAQ
+++ b/FAQ
@@ -51,7 +51,7 @@ solution for them is to use the following command:
51 $ printf '\033[?1h\033=' >/dev/tty 51 $ printf '\033[?1h\033=' >/dev/tty
52 52
53or 53or
54 $ echo $(tput smkx) >/dev/tty 54 $ tput smkx
55 55
56In the case of bash, readline is used. Readline has a different note in its 56In the case of bash, readline is used. Readline has a different note in its
57manpage about this issue: 57manpage about this issue:
@@ -86,9 +86,9 @@ Putting these lines into your .zshrc will fix the problems.
86 86
87## How can I use meta in 8bit mode? 87## How can I use meta in 8bit mode?
88 88
89 St supports meta in 8bit mode, but the default terminfo entry doesn't 89St supports meta in 8bit mode, but the default terminfo entry doesn't
90 use this capability. If you want it, you have to use the 'st-meta' value 90use this capability. If you want it, you have to use the 'st-meta' value
91 in TERM. 91in TERM.
92 92
93## I cannot compile st in OpenBSD 93## I cannot compile st in OpenBSD
94 94
@@ -155,3 +155,11 @@ This is an issue that was discussed in suckless mailing list
155 [1] http://www.ibb.net/~anne/keyboard.html 155 [1] http://www.ibb.net/~anne/keyboard.html
156 [2] http://www.tldp.org/HOWTO/Keyboard-and-Console-HOWTO-5.html 156 [2] http://www.tldp.org/HOWTO/Keyboard-and-Console-HOWTO-5.html
157 157
158## But I really want a wrong backspace key and a wrong delete key
159
160If you really want emulate the errors of another terminal emulators
161and have a backspace key that generates a DELETE and a delete key
162that generates BACKSPACE, then you can apply the patch
163found in [1], but please do not tell me it.
164
165[1] http://st.suckless.org/patches/delkey