From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KT10K-0005ul-77 for qemu-devel@nongnu.org; Tue, 12 Aug 2008 17:02:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KT10I-0005u5-E1 for qemu-devel@nongnu.org; Tue, 12 Aug 2008 17:02:07 -0400 Received: from [199.232.76.173] (port=34762 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KT10I-0005u0-7d for qemu-devel@nongnu.org; Tue, 12 Aug 2008 17:02:06 -0400 Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]:48420) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KT0zn-0005KB-E7 for qemu-devel@nongnu.org; Tue, 12 Aug 2008 17:02:05 -0400 Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20080812210132.NFQX777.mtaout01-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com> for ; Tue, 12 Aug 2008 22:01:32 +0100 Received: from implementation.famille.thibault.fr ([82.21.96.230]) by aamtaout04-winn.ispmail.ntl.com with ESMTP id <20080812210132.CWVR18637.aamtaout04-winn.ispmail.ntl.com@implementation.famille.thibault.fr> for ; Tue, 12 Aug 2008 22:01:32 +0100 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1KT0zk-0001gn-6n for qemu-devel@nongnu.org; Tue, 12 Aug 2008 23:01:32 +0200 Date: Tue, 12 Aug 2008 22:01:32 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] Patch Send Ctrl-C to stdio target. Message-ID: <20080812210132.GN4468@implementation> References: <20080812153626.GM4646@implementation.uk.xensource.com> <58BD0469C48A7443A479A13D101685E3CBFEC3@ala-mail09.corp.ad.wrs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <58BD0469C48A7443A479A13D101685E3CBFEC3@ala-mail09.corp.ad.wrs.com> 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 Krumme, Chris, le Tue 12 Aug 2008 11:34:56 -0700, a écrit : > One of the features seems to deal with SIGWINCH, but there is no way to > pass that to the target OS so it seems limited to helping the monitor. Indeed. The interface with the target OS remains the VGA layer. But you can resize the screen from the OS itself by using e.g. stty rows which tinkers with VGA registers. > The code without the -curses option uses the termio package, is curses > that much better at initing the terminal? curses is _the_ library which is supposed to know how to handle such issues. So by definition nothing can be better. Samuel