Re: [dev] [st] cursor style not actually reset through Se extension

2019-12-31 Thread k0ga
On Sat, Dec 21, 2019 at 05:00:53AM -0300, Wilson M. S. Moncayo wrote: > The tmux terminfo extensions Ss and Se are respectively used to switch > and reset the cursor style, and were finally made to work in st in > commit 8386642, wherein the string "\E[2 q" is used to reset the cursor > style. Ok.

[dev] [st] cursor style not actually reset through Se extension

2019-12-21 Thread Wilson M. S. Moncayo
The tmux terminfo extensions Ss and Se are respectively used to switch and reset the cursor style, and were finally made to work in st in commit 8386642, wherein the string "\E[2 q" is used to reset the cursor style. I don't have a lot of experience with terminfo and escape sequences, but from wha