From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E6yy2-0000vQ-Ky for garchives@archives.gentoo.org; Sun, 21 Aug 2005 23:11:07 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7LN9q7O019460; Sun, 21 Aug 2005 23:09:52 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7LN8DAH000169 for ; Sun, 21 Aug 2005 23:08:13 GMT Received: from 82-41-57-20.cable.ubr08.edin.blueyonder.co.uk ([82.41.57.20] helo=snowdrop.home) by smtp.gentoo.org with esmtpa (Exim 4.43) id 1E6yvo-0006O2-Cp for gentoo-dev@lists.gentoo.org; Sun, 21 Aug 2005 23:08:48 +0000 Received: from localhost.home ([127.0.0.1] helo=snowdrop.home) by snowdrop.home with esmtp (Exim 4.50) id 1E6yvB-00034I-2q for gentoo-dev@lists.gentoo.org; Mon, 22 Aug 2005 00:08:10 +0100 Date: Mon, 22 Aug 2005 00:08:00 +0100 From: Ciaran McCreesh To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: Fixing the TERM mess Message-ID: <20050822000800.7c366b4f@snowdrop.home> In-Reply-To: <46059ce1050821154310568d72@mail.gmail.com> References: <20050821220505.4efbaff2@snowdrop.home> <1124661626.13706.13.camel@sponge.fungus> <20050821231356.050432ce@snowdrop.home> <46059ce1050821154310568d72@mail.gmail.com> X-Mailer: Sylpheed-Claws 1.9.12 (GTK+ 2.6.7; i686-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Signature_Mon__22_Aug_2005_00_08_00_+0100_L2qtytoTwfHsnzGF; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Archives-Salt: 3efce64e-7ea3-4421-88a3-7db2eb3b2c76 X-Archives-Hash: 42074ca00a111c6009936d4a36c5a0bf --Signature_Mon__22_Aug_2005_00_08_00_+0100_L2qtytoTwfHsnzGF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sun, 21 Aug 2005 18:43:54 -0400 Dan Meltzer wrote: | putty pretends to be an xterm and dies at xtermcontrol --get-bg... I | can test other things if you need.. just give me some idea :) Thanks. The other useful one is to see whether it does 256 colours properly like real xterm does. The following bash script, when run with '256' as its argument, should look the same as it does when run under a real xterm. #!/usr/bin/env bash # vim: set sw=3D4 sts=3D4 et : [[ -z "${1}" ]] && cat <