Skip to content

Commit ab48f2c

Browse files
committed
Support ANSI sequence to set cursor style (DECSCUSR, VT520).
~~~ CSI Ps SP q - Set cursor style (DECSCUSR, VT520). Ps = 0 -> ConEmu's default. Ps = 1 -> blinking block. Ps = 2 -> steady block. Ps = 3 -> blinking underline. Ps = 4 -> steady underline. Ps = 5 -> blinking bar (xterm). Ps = 6 -> steady bar (xterm). ~~~
1 parent 1888046 commit ab48f2c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

en/AnsiEscapeCodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ backscroll buffer (upper invisible parts) may not be accessed in that way.
252252
| ESC \[ ? 1049 l | Restore cursor position and restore xterm working buffer (with backscroll) |
253253
| ESC \[ ? 2004 h | Enable xterm bracketed paste mode: ConEmu sends pasted text to console input buffer framed into `\s[200~` ... `\e[201~` |
254254
| ESC \[ ? 2004 l | Disable xterm bracketed paste mode |
255-
255+
| ESC \[ *shape* SP q | Change text cursor in active console (DECSCUSR, VT520). *shape* is: 0 - ConEmu's default, 1 - blinking block, 2 - steady block, 3 - blinking underline, 4 - steady underline, 5 - blinking bar, 6 - steady bar. `SP` is just a ‘space’ character. |
256256

257257

258258
#### SGR (Select Graphic Rendition) parameters {#SGR_Select_Graphic_Rendition_parameters}

ru/AnsiEscapeCodes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ ANSICON_DEF=7
254254
| ESC \[ ? 1049 l | Restore cursor position and restore xterm working buffer (with backscroll) |
255255
| ESC \[ ? 2004 h | Enable xterm bracketed paste mode: ConEmu sends pasted text to console input buffer framed into `\s[200~` ... `\e[201~` |
256256
| ESC \[ ? 2004 l | Disable xterm bracketed paste mode |
257+
| ESC \[ *shape* SP q | Change text cursor in active console (DECSCUSR, VT520). *shape* is: 0 - ConEmu's default, 1 - blinking block, 2 - steady block, 3 - blinking underline, 4 - steady underline, 5 - blinking bar, 6 - steady bar. `SP` is just a ‘space’ character. |
257258

258259

259260
#### SGR (Select Graphic Rendition) parameters {#SGR_Select_Graphic_Rendition_parameters}

0 commit comments

Comments
 (0)