st-direct terminfo patch addition, doing truecolor escape sequences ncurses-way
This commit is contained in:
parent
6b4a15026e
commit
0d88911a9b
2 changed files with 20 additions and 0 deletions
1
makest
1
makest
|
@ -6,6 +6,7 @@ ST_CFG=$PWD/config.h
|
|||
PATCHLIST=(
|
||||
st-bright-bold-text.patch
|
||||
st-clipboard.patch
|
||||
st-direct-terminfo.patch
|
||||
st-disable-bold-italic-fonts.patch
|
||||
st-disable-intensity-styles.patch
|
||||
)
|
||||
|
|
19
st-direct-terminfo.patch
Normal file
19
st-direct-terminfo.patch
Normal file
|
@ -0,0 +1,19 @@
|
|||
diff --git a/st.info b/st.info
|
||||
index 52fc617..5a024c2 100644
|
||||
--- a/st.info
|
||||
+++ b/st.info
|
||||
@@ -205,6 +205,14 @@ st-256color| simpleterm with 256 colors,
|
||||
setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m,
|
||||
setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m,
|
||||
|
||||
+st-direct| simpleterm with full color,
|
||||
+ use=st,
|
||||
+ ccc,
|
||||
+ rgb,
|
||||
+ oc=\E]104\007,
|
||||
+ setab=\E[48;%?%p1%{16}%<%t5;%p1%d%e2;%p1%{65536}%/%d;%p1%{256}%/%{255}%&%d;%p1%{255}%&%d%;m,
|
||||
+ setaf=\E[38;%?%p1%{16}%<%t5;%p1%d%e2;%p1%{65536}%/%d;%p1%{256}%/%{255}%&%d;%p1%{255}%&%d%;m,
|
||||
+
|
||||
st-meta| simpleterm with meta key,
|
||||
use=st,
|
||||
km,
|
Loading…
Reference in a new issue