From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752870AbbCZNvU (ORCPT ); Thu, 26 Mar 2015 09:51:20 -0400 Received: from mx1.scotdoyle.com ([23.226.141.211]:60900 "EHLO mx1.scotdoyle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752711AbbCZNvS (ORCPT ); Thu, 26 Mar 2015 09:51:18 -0400 Date: Thu, 26 Mar 2015 13:51:04 +0000 (GMT) From: Scot Doyle To: Greg Kroah-Hartman , Michael Kerrisk cc: 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 0/3] add cursor blink interval terminal escape sequence In-Reply-To: <20150325111949.GA24230@kroah.com> 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 v2: Add documentation to console_codes man page (man-pages repo) This patch series adds an escape sequence to specify the current console's cursor blink interval. The default interval is set to fbcon's currently hardcoded 200 msecs. Scot Doyle (3): vt: add cursor blink interval escape sequence fbcon: use the cursor blink interval provided by vt console_codes.4: Add CSI sequence for cursor blink interval drivers/tty/vt/vt.c | 9 +++++++++ drivers/video/console/fbcon.c | 10 +++++----- drivers/video/console/fbcon.h | 1 + include/linux/console_struct.h | 1 + man4/console_codes.4 | 1 + 5 files changed, 17 insertions(+), 5 deletions(-) -- 2.1.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Doyle Subject: [PATCH v2 0/3] add cursor blink interval terminal escape sequence Date: Thu, 26 Mar 2015 13:51:04 +0000 (GMT) Message-ID: References: <20150225094946.GA24627@amd> <20150226220243.GC9935@amd> <20150325111949.GA24230@kroah.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: In-Reply-To: <20150325111949.GA24230-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Greg Kroah-Hartman , Michael Kerrisk Cc: Jiri Slaby , Tomi Valkeinen , Jean-Christophe Plagniol-Villard , Pavel Machek , Geert Uytterhoeven , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org v2: Add documentation to console_codes man page (man-pages repo) This patch series adds an escape sequence to specify the current console's cursor blink interval. The default interval is set to fbcon's currently hardcoded 200 msecs. Scot Doyle (3): vt: add cursor blink interval escape sequence fbcon: use the cursor blink interval provided by vt console_codes.4: Add CSI sequence for cursor blink interval drivers/tty/vt/vt.c | 9 +++++++++ drivers/video/console/fbcon.c | 10 +++++----- drivers/video/console/fbcon.h | 1 + include/linux/console_struct.h | 1 + man4/console_codes.4 | 1 + 5 files changed, 17 insertions(+), 5 deletions(-) -- 2.1.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Doyle Date: Thu, 26 Mar 2015 13:51:04 +0000 Subject: [PATCH v2 0/3] add cursor blink interval terminal escape sequence Message-Id: List-Id: References: <20150225094946.GA24627@amd> <20150226220243.GC9935@amd> <20150325111949.GA24230@kroah.com> In-Reply-To: <20150325111949.GA24230-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Greg Kroah-Hartman , Michael Kerrisk Cc: Jiri Slaby , Tomi Valkeinen , Jean-Christophe Plagniol-Villard , Pavel Machek , Geert Uytterhoeven , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org v2: Add documentation to console_codes man page (man-pages repo) This patch series adds an escape sequence to specify the current console's cursor blink interval. The default interval is set to fbcon's currently hardcoded 200 msecs. Scot Doyle (3): vt: add cursor blink interval escape sequence fbcon: use the cursor blink interval provided by vt console_codes.4: Add CSI sequence for cursor blink interval drivers/tty/vt/vt.c | 9 +++++++++ drivers/video/console/fbcon.c | 10 +++++----- drivers/video/console/fbcon.h | 1 + include/linux/console_struct.h | 1 + man4/console_codes.4 | 1 + 5 files changed, 17 insertions(+), 5 deletions(-) -- 2.1.0