Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272678AbTG3CgH (ORCPT ); Tue, 29 Jul 2003 22:36:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272680AbTG3CgG (ORCPT ); Tue, 29 Jul 2003 22:36:06 -0400 Received: from vana.vc.cvut.cz ([147.32.240.58]:51074 "EHLO vana.vc.cvut.cz") by vger.kernel.org with ESMTP id S272678AbTG3CgE (ORCPT ); Tue, 29 Jul 2003 22:36:04 -0400 Date: Wed, 30 Jul 2003 04:35:54 +0200 From: Petr Vandrovec To: Jamie Lokier Cc: Zwane Mwaikambo , "Richard B. Johnson" , James Simmons , Charles Lepple , Linux kernel Subject: Re: Turning off automatic screen clanking Message-ID: <20030730023554.GA29175@vana.vc.cvut.cz> References: <20030730012533.GA18663@mail.jlokier.co.uk> <20030730014004.GA22555@vana.vc.cvut.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030730014004.GA22555@vana.vc.cvut.cz> User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 652 Lines: 17 On Wed, Jul 30, 2003 at 03:40:04AM +0200, Petr Vandrovec wrote: > > I know that it is hack, but does not adding (wher ^[ is escape character) > > append="blanking=^[[9;0]" > > into /etc/lilo.conf solve this blanking problem? Unfortunately it does not work, printk() goes always through simple layer which understands only CR, LF and BS. So left arrow is printed instead of interpreting ESC. Petr - 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/