From 7be0bf81de7220f96c8defa49ffa45339f825b79 Mon Sep 17 00:00:00 2001 From: Scot Doyle Date: Thu, 26 Mar 2015 13:57:44 +0000 Subject: [PATCH] console_codes.4: Add CSI sequence for cursor blink interval Add a Console Private CSI sequence to specify the current console's cursor blink interval. The interval is specified as a number of milliseconds until the next cursor display state toggle, from 50 to 65535. Acked-by: Pavel Machek Signed-off-by: Scot Doyle Signed-off-by: Michael Kerrisk --- man4/console_codes.4 | 1 + 1 file changed, 1 insertion(+) diff --git a/man4/console_codes.4 b/man4/console_codes.4 index 37641ac7b..9c7bddbc2 100644 --- a/man4/console_codes.4 +++ b/man4/console_codes.4 @@ -377,6 +377,7 @@ ESC [ 15 ] T{ Bring the previous console to the front (since Linux 2.6.0). T} +ESC [ 16 ; \fIn\fP ] Set the cursor blink interval in milliseconds. .TE .SS Character sets The kernel knows about 4 translations of bytes into console-screen