Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933249AbbGUQzh (ORCPT ); Tue, 21 Jul 2015 12:55:37 -0400 Received: from mail-lb0-f176.google.com ([209.85.217.176]:34368 "EHLO mail-lb0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755042AbbGUQzd (ORCPT ); Tue, 21 Jul 2015 12:55:33 -0400 MIME-Version: 1.0 Reply-To: mtk.manpages@gmail.com In-Reply-To: References: <20150225094946.GA24627@amd> <20150226220243.GC9935@amd> <20150325111949.GA24230@kroah.com> From: "Michael Kerrisk (man-pages)" Date: Tue, 21 Jul 2015 18:55:11 +0200 Message-ID: Subject: Re: [PATCH v2 3/3] console_codes.4: Add CSI sequence for cursor blink interval To: Scot Doyle Cc: lkml , linux-fbdev@vger.kernel.org, Linux API , linux-man , Pavel Machek Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1620 Lines: 59 Hello Scot, On 5 July 2015 at 19:41, Scot Doyle wrote: > 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 I've applied this, adding Pavel's Acked-by. I also added some text to note that this appeared in Linux 4.2. Okay? Cheers, Michael >> --- >> 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 -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/