From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Jx7vl-0000PJ-8k for mharc-grub-devel@gnu.org; Fri, 16 May 2008 17:57:37 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jx7vj-0000PC-5j for grub-devel@gnu.org; Fri, 16 May 2008 17:57:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jx7ve-0000Oc-Gz for grub-devel@gnu.org; Fri, 16 May 2008 17:57:34 -0400 Received: from [199.232.76.173] (port=59253 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jx7ve-0000OZ-8v for grub-devel@gnu.org; Fri, 16 May 2008 17:57:30 -0400 Received: from mailout10.t-online.de ([194.25.134.21]:59027) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jx7vc-0005CF-Lj for grub-devel@gnu.org; Fri, 16 May 2008 17:57:29 -0400 Received: from fwd32.aul.t-online.de by mailout10.sul.t-online.de with smtp id 1Jx7vb-0004j6-00; Fri, 16 May 2008 23:57:27 +0200 Received: from [10.3.2.2] (TvQ9ByZa8h9giYROtJGB0SRKnENmRttn7YGjRO1zdtGK8rldwaPoz8rpO7+H497ZjU@[217.235.248.36]) by fwd32.aul.t-online.de with esmtp id 1Jx7vO-1IRu880; Fri, 16 May 2008 23:57:14 +0200 Message-ID: <482E033C.3030806@t-online.de> Date: Fri, 16 May 2008 23:57:16 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: The development of GRUB 2 References: <480D04E2.3050808@t-online.de> In-Reply-To: <480D04E2.3050808@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: TvQ9ByZa8h9giYROtJGB0SRKnENmRttn7YGjRO1zdtGK8rldwaPoz8rpO7+H497ZjU X-TOI-MSGID: 3372599a-cb36-4d4f-8873-365befa70e21 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] Improve ESC key interrupt of cat and sleep X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 21:57:35 -0000 > 2008-04-21 Christian Franke > > * commands/cat.c (grub_cmd_cat): Remove non-ESC keys from keyboard > queue > to ensure that break with ESC will always work. > * commands/sleep.c (grub_interruptible_millisleep): Likewise. > Remove ESC from keyboard queue. > Committed. Christian