From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqccE-0007Qq-GY for qemu-devel@nongnu.org; Mon, 28 Apr 2008 19:18:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqccC-0007QX-NE for qemu-devel@nongnu.org; Mon, 28 Apr 2008 19:18:33 -0400 Received: from [199.232.76.173] (port=37737 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqccC-0007QU-Gg for qemu-devel@nongnu.org; Mon, 28 Apr 2008 19:18:32 -0400 Received: from mtaout02-winn.ispmail.ntl.com ([81.103.221.48]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JqccC-0002pQ-7a for qemu-devel@nongnu.org; Mon, 28 Apr 2008 19:18:32 -0400 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com with ESMTP id <20080428232200.KWNI17818.mtaout02-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Tue, 29 Apr 2008 00:22:00 +0100 Received: from implementation.famille.thibault.fr ([82.21.96.230]) by aamtaout02-winn.ispmail.ntl.com with ESMTP id <20080428232057.LENR17393.aamtaout02-winn.ispmail.ntl.com@implementation.famille.thibault.fr> for ; Tue, 29 Apr 2008 00:20:57 +0100 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1JqccA-00022J-84 for qemu-devel@nongnu.org; Tue, 29 Apr 2008 01:18:30 +0200 Date: Tue, 29 Apr 2008 00:18:30 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] [PATCH] ncurses: resize console if required Message-ID: <20080428231830.GE5002@implementation> 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: 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 andrzej zaborowski, le Mon 28 Apr 2008 21:17:56 +0200, a écrit : > we should only use what curses can provide (this means that we don't > even need a unix terminal). Curses doesn't provide this in the terminfo database. > It seems that curses generally wants programs to be aware > of the terminal size and conform, rather than have any say. > So that would be a policy change also. Well, the resizing sequence will trigger a SIGWINCH, which will make ncurses adapt to the new size, so it's more a negociation. Samuel