[st][patch][csi_22_23] Styling fix; update terminfo
Ref. https://git.suckless.org/sites/commit/24b1680884ca471123b3ad3a7442bfa5f402d6aa.html
This commit is contained in:
parent
0045b68966
commit
390735695e
8
st.info
8
st.info
|
@ -163,7 +163,9 @@ st-mono| simpleterm monocolor,
|
|||
rin=\E[%p1%dT,
|
||||
ritm=\E[23m,
|
||||
rmacs=\E(B,
|
||||
rmcup=\E[?1049l,
|
||||
# CSI 22, 23 patch / CSI_22_23_PATCH
|
||||
# rmcup=\E[?1049l,
|
||||
rmcup=\E[?1049l\E[23;0;0t,
|
||||
rmir=\E[4l,
|
||||
rmkx=\E[?1l\E>,
|
||||
rmso=\E[27m,
|
||||
|
@ -174,7 +176,9 @@ st-mono| simpleterm monocolor,
|
|||
sitm=\E[3m,
|
||||
sgr0=\E[0m,
|
||||
smacs=\E(0,
|
||||
smcup=\E[?1049h,
|
||||
# CSI 22, 23 patch / CSI_22_23_PATCH
|
||||
# smcup=\E[?1049h,
|
||||
smcup=\E[?1049h\E[22;0;0t,
|
||||
smir=\E[4h,
|
||||
smkx=\E[?1h\E=,
|
||||
smso=\E[7m,
|
||||
|
|
Loading…
Reference in New Issue