Introduction
Introduction Statistics Contact Development Disclaimer Help
tFix tmux terminfo extensions Se and Ss - st - [fork] customized build of st, t…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 83866428de031300eab03fbb116bcf7d2b1d4f60
parent 1f09f0b0bbba29ceed9b4e6d558b6ad5b0843cfe
Author: Sebastian J. Bronner <[email protected]>
Date: Tue, 5 Nov 2019 18:16:39 +0100
Fix tmux terminfo extensions Se and Ss
The tmux terminfo extensions Ss and Se are currently specified as
booleans in `st.info`. They should be strings. See
https://github.com/tmux/tmux/blob/eeedb43ae847a0a692ceea965f7556e84bca4fd0/tty-…
lines 254 and 265.
I have used the values from
https://invisible-island.net/ncurses/terminfo.src.html#toc-_S_I_M_P_L_E_T_E_R_M
for this patch.
Diffstat:
M st.info | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/st.info b/st.info
t@@ -189,10 +189,10 @@ st| simpleterm,
rmxx=\E[29m,
smxx=\E[9m,
# tmux extensions, see TERMINFO EXTENSIONS in tmux(1)
- Se,
- Ss,
Tc,
Ms=\E]52;%p1%s;%p2%s\007,
+ Se=\E[2 q,
+ Ss=\E[%p1%d q,
st-256color| simpleterm with 256 colors,
use=st,
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.