You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Console has support for using Virtual Terminal Sequences to change the cursor shape. I've used the following sequences and they all seem to work.
ESC [ 0 SP q blinking block
ESC [ 1 SP q blinking block
ESC [ 2 SP q steady block
ESC [ 3 SP q blinking underline
ESC [ 4 SP q steady underline
ESC [ 5 SP q blinking bar
ESC [ 6 SP q steady bar
Where SP is a literal space character.
The text was updated successfully, but these errors were encountered:
microsoft/terminal#7379 changed ESC [ 0 SP q to mean the default cursor shape configured by the user. microsoft/terminal#1604 (comment) says that change is in a Windows Insider build, so it is not specific to Windows Terminal.
Windows Console has support for using Virtual Terminal Sequences to change the cursor shape. I've used the following sequences and they all seem to work.
ESC [ 0 SP q
blinking blockESC [ 1 SP q
blinking blockESC [ 2 SP q
steady blockESC [ 3 SP q
blinking underlineESC [ 4 SP q
steady underlineESC [ 5 SP q
blinking barESC [ 6 SP q
steady barWhere SP is a literal space character.
The text was updated successfully, but these errors were encountered: