From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Doyle Subject: Re: [PATCH v2 3/3] console_codes.4: Add CSI sequence for cursor blink interval Date: Sun, 5 Jul 2015 17:41:51 +0000 (UTC) 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: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Michael Kerrisk Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-api@vger.kernel.org On Thu, 26 Mar 2015, Scot Doyle wrote: > 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 > Hi Michael, Will you apply now that Linus has pulled the rest? (see bd63364caa8df38bad2b25b11b2a1b849475cce5) Thank you, Scot -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html