By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!And with TCCv36 it doesn't blink in WT either; it blinks with TCCv35. I think TCCv36 is sending the wrong control sequence.
[TABLE]
[TR]
[td]ESC [ 0 SP q[/td] [td]DECSCUSR[/td] [td]User Shape[/td] [td]Default cursor shape configured by the user[/td]
[/TR]
[/TABLE]
I mean the thing that shows the position on the command line, whatever it's called. There's also
Code:[TABLE] [TR] [td]ESC [ 0 SP q[/td] [td]DECSCUSR[/td] [td]User Shape[/td] [td]Default cursor shape configured by the user[/td] [/TR] [/TABLE]
^e[3 q^e[0 q gives me what I want in WT, a blinking Underline of my configured height.
And the MS docs calls it a "cursor".
And the MS docs calls it a "cursor".
The doc I quoted was this one.How are you setting your "configured height"? ^e[0 q doesn't do that, it's the same as a 1 (blinking block).