Skip to content

Commit f824083

Browse files
committed
Correct @vt docs
1 parent 82598e9 commit f824083

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/common/InputHandler.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,13 +2724,13 @@ export class InputHandler extends Disposable implements IInputHandler {
27242724
*
27252725
* @vt: #Y CSI DECSCUSR "Set Cursor Style" "CSI Ps SP q" "Set cursor style."
27262726
* Supported cursor styles:
2727-
* - empty, 0: reset to option
2728-
* - 1: steady block
2729-
* - 2: blink block
2730-
* - 3: steady underline
2731-
* - 4: blink underline
2732-
* - 5: steady bar
2733-
* - 6: blink bar
2727+
* - 0: reset to option
2728+
* - empty, 1: blinking block
2729+
* - 2: steady block
2730+
* - 3: blinking underline
2731+
* - 4: steady underline
2732+
* - 5: blinking bar
2733+
* - 6: steady bar
27342734
*/
27352735
public setCursorStyle(params: IParams): boolean {
27362736
const param = params.length === 0 ? 1 : params.params[0];

0 commit comments

Comments
 (0)