From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fjvyo-0006hU-8N for qemu-devel@nongnu.org; Sat, 27 May 2006 06:25:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fjvym-0006fF-NM for qemu-devel@nongnu.org; Sat, 27 May 2006 06:25:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fjvym-0006f0-Gz for qemu-devel@nongnu.org; Sat, 27 May 2006 06:25:08 -0400 Received: from [212.227.126.188] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fjw3s-0006jB-AG for qemu-devel@nongnu.org; Sat, 27 May 2006 06:30:24 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by flubber.weilnetz.de (Postfix) with ESMTP id 97137F2FDD for ; Fri, 26 May 2006 23:48:21 +0200 (CEST) Message-ID: <447777A4.1000008@mail.berlios.de> Date: Fri, 26 May 2006 23:48:20 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Serial port emulation - console input buggy with SDL References: <44737414.9070905@mail.berlios.de> In-Reply-To: <44737414.9070905@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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 Hi, when QEMU is running with SDL, serial console input does not work for keys which expand to more than one character: important keys like cursor up / down / left / right only give ESC, not ESC [ A and so on. So features like serial console line editing are unavailable with SDL :-( Serial port input works in QEMU with -nographic. Regards Stefan