diff options
| -rw-r--r-- | FAQ | 6 | ||||
| -rw-r--r-- | st.info | 20 |
2 files changed, 22 insertions, 4 deletions
| @@ -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 | ||
| 85 | Putting these lines into your .zshrc will fix the problems. | 85 | Putting 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. | ||
| @@ -1,5 +1,3 @@ | |||
| 1 | # unsupported xterm caps are (getting) commented. | ||
| 2 | # as soon as they work, uncomment them. | ||
| 3 | st| simpleterm, | 1 | st| 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 | |||
| 196 | st-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 | |||
| 204 | st-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, | ||
