From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqX2I-0000dv-89 for qemu-devel@nongnu.org; Mon, 28 Apr 2008 13:21:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqX2D-0000cY-OP for qemu-devel@nongnu.org; Mon, 28 Apr 2008 13:21:04 -0400 Received: from [199.232.76.173] (port=36810 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqX2D-0000cV-ID for qemu-devel@nongnu.org; Mon, 28 Apr 2008 13:21:01 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JqX2D-0007eJ-8w for qemu-devel@nongnu.org; Mon, 28 Apr 2008 13:21:01 -0400 Date: Mon, 28 Apr 2008 18:20:57 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] [PATCH] ncurses: resize console if required Message-ID: <20080428172057.GG4537@implementation.uk.xensource.com> References: <20080428035445.GA8787@tapir> <20080428101415.GD16597@networkno.de> <20080428173113.GB8787@tapir> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080428173113.GB8787@tapir> 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 Carlo Marcelo Arenas Belon, le Mon 28 Apr 2008 12:31:13 -0500, a écrit : > On Mon, Apr 28, 2008 at 11:14:15AM +0100, Thiemo Seufer wrote: > > Carlo Marcelo Arenas Belon wrote: > > > The following patch instructs qemu to print an escape command to resize the > > > curses console to 80x25 if detected to have a different geometry (xterm and > > > friends use 80x24 by default). > > > > Sounds like this should be specific to the PC/VGA emulation. > > not sure what you mean, but the curses.c emulation assumes (and is hardcoded) > to a 80x25 console anyway. Initial, yes. But it gets initialized early to the platform value by the firmware (e.g. the VGA BIOS, but could be whatever else). Samuel