From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HEVmQ-0004F7-VS for qemu-devel@nongnu.org; Tue, 06 Feb 2007 14:15:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HEVmP-0004Ev-EM for qemu-devel@nongnu.org; Tue, 06 Feb 2007 14:15:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEVmP-0004Es-7y for qemu-devel@nongnu.org; Tue, 06 Feb 2007 14:15:01 -0500 Received: from moutng.kundenserver.de ([212.227.126.174]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HEVmO-0006Jz-Pj for qemu-devel@nongnu.org; Tue, 06 Feb 2007 14:15:01 -0500 Received: from localhost ([127.0.0.1] ident=stefan) by localhost.localdomain with esmtp (Exim 4.63) (envelope-from ) id 1HEVmJ-00028G-Ru for qemu-devel@nongnu.org; Tue, 06 Feb 2007 20:14:56 +0100 Message-ID: <45C8D3AF.6010703@weilnetz.de> Date: Tue, 06 Feb 2007 20:14:55 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel][Patch] qemu console.c References: <45BB9A3E.4090404@mail.berlios.de> <20070203021216.GB9622@networkno.de> In-Reply-To: <20070203021216.GB9622@networkno.de> Content-Type: text/plain; charset=ISO-8859-1 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 Developers Thiemo Seufer schrieb: > Stefan Weil wrote: >>> CVSROOT: /sources/qemu >>> Module name: qemu >>> Changes by: Thiemo Seufer 07/01/16 23:02:36 >>> >>> Modified files: >>> . : console.c >>> >>> Log message: >>> Improved console handling, thanks Stefan Weil. >> Here are two additional smaller changes for console.c. >> They fix cursor display at end of line and line wrapping. >> >> Please add them to CVS HEAD. > Something isn't ok with it. Try running e.g. mutt in a emulated > Linux system, it appears garbled. > > Thiemo I tried. These are my results: Mutt does not work with ANSI escape sequences. It needs VT100 emulation or better. Try TERM=ansi mutt in any terminal (xterm, Linux VGA text console, ...) - you will get the same garbled output, so QEMU is compatible :-) My patch improves QEMU's ANSI emulation (so please add it to CVS HEAD), but it does not add VT100 capabilities. Stefan