From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1K3Ah9-0004yu-CJ for mharc-grub-devel@gnu.org; Mon, 02 Jun 2008 10:07:31 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3Ah8-0004yW-1w for grub-devel@gnu.org; Mon, 02 Jun 2008 10:07:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3Ah7-0004yA-9N for grub-devel@gnu.org; Mon, 02 Jun 2008 10:07:29 -0400 Received: from [199.232.76.173] (port=43829 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3Ah7-0004y7-6D for grub-devel@gnu.org; Mon, 02 Jun 2008 10:07:29 -0400 Received: from main.gmane.org ([80.91.229.2]:41140 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K3Ah6-00006E-V6 for grub-devel@gnu.org; Mon, 02 Jun 2008 10:07:29 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K3Ah1-0002yH-Po for grub-devel@gnu.org; Mon, 02 Jun 2008 14:07:23 +0000 Received: from cable-87-78-192-253.netcologne.de ([87.78.192.253]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Jun 2008 14:07:23 +0000 Received: from patrick by cable-87-78-192-253.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Jun 2008 14:07:23 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: Patrick Georgi Date: Mon, 02 Jun 2008 16:07:26 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cable-87-78-192-253.netcologne.de User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: grub_term.checkkey behaviour in GRUB2 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: Mon, 02 Jun 2008 14:07:30 -0000 Hi, I'm working on a multiplexer terminal device (which sends requests to several terminals in the backend, eg. console and serial in parallel) and ran into different behaviour in checkkey on console and serial. console's checkkey consumes the keypress it returns (if there is one), serial's doesn't. What's the intended behaviour? Regards, Patrick