From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752425AbbEJVAV (ORCPT ); Sun, 10 May 2015 17:00:21 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50165 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752352AbbEJVAO (ORCPT ); Sun, 10 May 2015 17:00:14 -0400 Date: Sun, 10 May 2015 15:32:14 +0200 From: Greg Kroah-Hartman To: Pavel Machek Cc: Scot Doyle , Michael Kerrisk , Jiri Slaby , Tomi Valkeinen , Jean-Christophe Plagniol-Villard , Geert Uytterhoeven , linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-man@vger.kernel.org, linux-api@vger.kernel.org Subject: Re: [PATCH v2 0/3] add cursor blink interval terminal escape sequence Message-ID: <20150510133214.GA32575@kroah.com> References: <20150225094946.GA24627@amd> <20150226220243.GC9935@amd> <20150325111949.GA24230@kroah.com> <20150328075443.GD5248@xo-6d-61-c0.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150328075443.GD5248@xo-6d-61-c0.localdomain> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 28, 2015 at 08:54:43AM +0100, Pavel Machek wrote: > On Thu 2015-03-26 13:51:04, Scot Doyle wrote: > > 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. > > Actually... Greg, can you import console_codes.4 into kernel tree somehow? Is that file part of the manpages project? If so, it's fine where it is, otherwise feel free to send a patch. thanks, greg k-h