From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753027AbbCZN5u (ORCPT ); Thu, 26 Mar 2015 09:57:50 -0400 Received: from mx1.scotdoyle.com ([23.226.141.211]:59179 "EHLO mx1.scotdoyle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751807AbbCZN5r (ORCPT ); Thu, 26 Mar 2015 09:57:47 -0400 Date: Thu, 26 Mar 2015 13:57:44 +0000 (GMT) From: Scot Doyle To: Michael Kerrisk cc: Greg Kroah-Hartman , Jiri Slaby , Tomi Valkeinen , Jean-Christophe Plagniol-Villard , Pavel Machek , Geert Uytterhoeven , linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-man@vger.kernel.org, linux-api@vger.kernel.org Subject: [PATCH v2 3/3] console_codes.4: Add CSI sequence for cursor blink interval In-Reply-To: Message-ID: References: <20150225094946.GA24627@amd> <20150226220243.GC9935@amd> <20150325111949.GA24230@kroah.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Signed-off-by: Scot Doyle --- man4/console_codes.4 | 1 + 1 file changed, 1 insertion(+) diff --git a/man4/console_codes.4 b/man4/console_codes.4 index 34f7535..7d05076 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 -- 2.1.0