[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.11.1503261341260.2164@local>
Date: Thu, 26 Mar 2015 13:51:04 +0000 (GMT)
From: Scot Doyle <lkml14@...tdoyle.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Michael Kerrisk <mtk.manpages@...il.com>
cc: Jiri Slaby <jslaby@...e.cz>,
Tomi Valkeinen <tomi.valkeinen@...com>,
Jean-Christophe Plagniol-Villard <plagnioj@...osoft.com>,
Pavel Machek <pavel@....cz>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
linux-kernel@...r.kernel.org, linux-fbdev@...r.kernel.org,
linux-man@...r.kernel.org, linux-api@...r.kernel.org
Subject: [PATCH v2 0/3] add cursor blink interval terminal escape sequence
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists