From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ihn2q-0004Pc-C6 for qemu-devel@nongnu.org; Tue, 16 Oct 2007 10:05:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ihn2n-0004PA-Ks for qemu-devel@nongnu.org; Tue, 16 Oct 2007 10:05:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ihn2n-0004P7-F1 for qemu-devel@nongnu.org; Tue, 16 Oct 2007 10:05:13 -0400 Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ihn2m-00025q-OI for qemu-devel@nongnu.org; Tue, 16 Oct 2007 10:05:13 -0400 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20071016140454.ZDQM1783.mtaout01-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Tue, 16 Oct 2007 15:04:54 +0100 Received: from miranda.arrow ([213.107.26.151]) by aamtaout02-winn.ispmail.ntl.com with ESMTP id <20071016140454.SFTL17393.aamtaout02-winn.ispmail.ntl.com@miranda.arrow> for ; Tue, 16 Oct 2007 15:04:54 +0100 Received: from sdb by miranda.arrow with local (Exim 4.63) (envelope-from ) id 1Ihn2S-0008Hc-8s for qemu-devel@nongnu.org; Tue, 16 Oct 2007 15:04:52 +0100 Date: Tue, 16 Oct 2007 15:04:52 +0100 From: Stuart Brady Subject: Re: [Qemu-devel] handling SIGWINCH with qemu -nographic Message-ID: <20071016140452.GA31811@miranda.arrow> References: <471410B1.3030703@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <471410B1.3030703@gmail.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 On Mon, Oct 15, 2007 at 06:15:29PM -0700, Jeff Carr wrote: > For those that might not be familiar with SIGWINCH, supporting it > would allow qemu -nographic to tell when the terminal is a different > size than 80x24. That would need support on the remote side (the getty) as well as on the terminal (minicom/tip/qemu -nographic/whatever). While this would be a nice feature (and support for propagating the TERM, LANG and LC_* variables might be nice, too), I'm doubtful as to whether this will ever happen. -- Stuart Brady