aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FAQ6
-rw-r--r--st.info20
2 files changed, 22 insertions, 4 deletions
diff --git a/FAQ b/FAQ
index 23d557d..9f30ca3 100644
--- a/FAQ
+++ b/FAQ
@@ -83,3 +83,9 @@ If you are using zsh, then read the zsh FAQ
83 zle -N zle-line-finish 83 zle -N zle-line-finish
84 84
85Putting these lines into your .zshrc will fix the problems. 85Putting these lines into your .zshrc will fix the problems.
86
87## How can use meta in 8bit mode?
88
89 St support meta in 8bit mode, but the default terminfo entry doesn't
90 use this capability. If you want it, you have to use st-meta value
91 in TERM.
diff --git a/st.info b/st.info
index ff01c80..94fce22 100644
--- a/st.info
+++ b/st.info
@@ -1,5 +1,3 @@
1# unsupported xterm caps are (getting) commented.
2# as soon as they work, uncomment them.
3st| simpleterm, 1st| simpleterm,
4 acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, 2 acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
5 am, 3 am,
@@ -162,7 +160,6 @@ st| simpleterm,
162 rmcup=\E[?1049l, 160 rmcup=\E[?1049l,
163 rmir=\E[4l, 161 rmir=\E[4l,
164 rmkx=\E[?1l\E>, 162 rmkx=\E[?1l\E>,
165 rmm=\E[?1034l,
166 rmso=\E[27m, 163 rmso=\E[27m,
167 rmul=\E[m, 164 rmul=\E[m,
168 rs1=\Ec, 165 rs1=\Ec,
@@ -179,7 +176,6 @@ st| simpleterm,
179 smcup=\E[?1049h, 176 smcup=\E[?1049h,
180 smir=\E[4h, 177 smir=\E[4h,
181 smkx=\E[?1h\E=, 178 smkx=\E[?1h\E=,
182 smm=\E[?1034h,
183 smso=\E[7m, 179 smso=\E[7m,
184 smul=\E[4m, 180 smul=\E[4m,
185 tbc=\E[3g, 181 tbc=\E[3g,
@@ -196,3 +192,19 @@ st-256color| simpleterm with 256 colors,
196# Nicked from xterm-256color 192# Nicked from xterm-256color
197 setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m, 193 setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m,
198 setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m, 194 setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m,
195
196st-meta| simpleterm with meta key,
197 use=st,
198 km,
199 rmm=\E[?1034l,
200 smm=\E[?1034h,
201 rs2=\E[4l\E>\E[?1034h,
202 is2=\E[4l\E>\E[?1034h,
203
204st-meta-256color| simpleterm with meta key and 256 colors,
205 use=st-256color,
206 km,
207 rmm=\E[?1034l,
208 smm=\E[?1034h,
209 rs2=\E[4l\E>\E[?1034h,
210 is2=\E[4l\E>\E[?1034h,