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.
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