From 2fd2db4afa232ebd15dbfff88160224badeaa669 Mon Sep 17 00:00:00 2001 From: Dettorer Date: Tue, 24 Nov 2020 00:11:03 +0100 Subject: Add blinking cursor support This adds support for blinking the terminal cursor. This can be controlled either using the configuration file, or using escape sequences. The supported control sequences for changing the blinking state are `CSI Ps SP q` and private mode 12. --- docs/escape_support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/escape_support.md b/docs/escape_support.md index f1a0337c..d7c36d33 100644 --- a/docs/escape_support.md +++ b/docs/escape_support.md @@ -68,7 +68,7 @@ brevity. | `CSI m` | PARTIAL | Only singular straight underlines are supported | | `CSI n` | IMPLEMENTED | | | `CSI P` | IMPLEMENTED | | -| `CSI SP q` | PARTIAL | No blinking support | +| `CSI SP q` | IMPLEMENTED | | | `CSI r` | IMPLEMENTED | | | `CSI S` | IMPLEMENTED | | | `CSI s` | IMPLEMENTED | | -- cgit v1.2.3-54-g00ecf