diff options
-rw-r--r-- | st.info | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -193,9 +193,12 @@ st| simpleterm, | |||
193 | 193 | ||
194 | st-256color| simpleterm with 256 colors, | 194 | st-256color| simpleterm with 256 colors, |
195 | use=st, | 195 | use=st, |
196 | ccc, | ||
196 | colors#256, | 197 | colors#256, |
198 | oc=\E]104\007, | ||
197 | pairs#32767, | 199 | pairs#32767, |
198 | # Nicked from xterm-256color | 200 | # Nicked from xterm-256color |
201 | initc=\E]4;%p1%d;rgb\:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\, | ||
199 | setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m, | 202 | setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m, |
200 | setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m, | 203 | setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m, |
201 | 204 | ||