From patchwork Thu Mar 26 13:57:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scot Doyle X-Patchwork-Id: 6099261 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A8C53BF90F for ; Thu, 26 Mar 2015 13:58:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8EC9C203A4 for ; Thu, 26 Mar 2015 13:58:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 18301203A0 for ; Thu, 26 Mar 2015 13:58:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752777AbbCZN5s (ORCPT ); Thu, 26 Mar 2015 09:57:48 -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 Received: by mx1.scotdoyle.com (Postfix) id 09EE73700177; Thu, 26 Mar 2015 13:57:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.scotdoyle.com (Postfix) with ESMTP id 9AAB23700145; Thu, 26 Mar 2015 13:57:45 +0000 (UTC) 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 Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 Acked-by: Pavel Machek --- 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