Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Done DECSCUSR with parameter 0 for the Windows Terminal profile-specific cursor

May
15,047
271
In other words, ^e[0 q. In WT, that will give the user-specified cursor. Please give users a way to specify it for insert or overstrike (or even both).
 
I still don't understand. I can manually emit any of ^e[n q for n=0 to 6 and WT does the right thing. Notably, when n=0 WT gives me the cursor configured in my TCC36 profile which is not one you can get with n=1 to 6. All I wanted was a way to get TCC to use ^e[0 q. WT knows what to do with it.
 
I only set cursor sizes to -1 so TCC doesn't set a cursor I don't want. So I have to do it all myself. That's OK. I can get the switch between my WT configured cursor (for insert mode) and an alternative one for overstrike mode with a pretty simple keyhandler in my 4WT plugin.
 
Back
Top