From 390735695ea993d7f9535519f78d49c0d3eb1beb Mon Sep 17 00:00:00 2001 From: bakkeby Date: Wed, 18 Aug 2021 10:29:12 +0200 Subject: [PATCH] [st][patch][csi_22_23] Styling fix; update terminfo Ref. https://git.suckless.org/sites/commit/24b1680884ca471123b3ad3a7442bfa5f402d6aa.html --- st.info | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/st.info b/st.info index c21730e..592af9e 100644 --- a/st.info +++ b/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,