diff options
Diffstat (limited to 'st.info')
-rw-r--r-- | st.info | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -189,10 +189,10 @@ st| simpleterm, | |||
189 | rmxx=\E[29m, | 189 | rmxx=\E[29m, |
190 | smxx=\E[9m, | 190 | smxx=\E[9m, |
191 | # tmux extensions, see TERMINFO EXTENSIONS in tmux(1) | 191 | # tmux extensions, see TERMINFO EXTENSIONS in tmux(1) |
192 | Se, | ||
193 | Ss, | ||
194 | Tc, | 192 | Tc, |
195 | Ms=\E]52;%p1%s;%p2%s\007, | 193 | Ms=\E]52;%p1%s;%p2%s\007, |
194 | Se=\E[2 q, | ||
195 | Ss=\E[%p1%d q, | ||
196 | 196 | ||
197 | st-256color| simpleterm with 256 colors, | 197 | st-256color| simpleterm with 256 colors, |
198 | use=st, | 198 | use=st, |