From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXw36-0004HE-JB for qemu-devel@nongnu.org; Fri, 13 Feb 2009 06:17:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXw34-0004Ef-V4 for qemu-devel@nongnu.org; Fri, 13 Feb 2009 06:17:36 -0500 Received: from [199.232.76.173] (port=41816 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXw34-0004EP-LO for qemu-devel@nongnu.org; Fri, 13 Feb 2009 06:17:34 -0500 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:52798 helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXw34-0004rn-Bx for qemu-devel@nongnu.org; Fri, 13 Feb 2009 06:17:34 -0500 Received: from driftwood.localnet (localhost [127.0.0.1]) by grelber.thyrsus.com (Postfix) with ESMTP id 39BF89F05AD for ; Fri, 13 Feb 2009 06:28:29 -0500 (EST) From: Rob Landley Date: Fri, 13 Feb 2009 05:17:30 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902130517.30406.rob@landley.net> Subject: [Qemu-devel] Cursor keys not working? Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Has anybody else noticed this? Building current svn on an ubuntu 8.10 host, the cursor keys don't work. (Fire up a bootable cdrom image and try to cursor up and down at the grub menu: nothing.) The normal letter keys work, but not the cursor keys. 0.9.1 works fine, svn does not. Rob