From owner-freebsd-current@FreeBSD.ORG Mon Nov 30 04:41:48 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CD421065672 for ; Mon, 30 Nov 2009 04:41:48 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id E9F388FC12 for ; Mon, 30 Nov 2009 04:41:47 +0000 (UTC) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.3/8.14.3) with ESMTP id nAU4fXmc056653; Mon, 30 Nov 2009 07:41:33 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1259556094; bh=jLTFjmky7fD2lpN4j+YFw4Up9Gpk5P5f9Fnb1cgGnjY=; l=1291; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=bsg5JUC1T5KDcrFO/PUYGtrro0TNKKNpOCVU0c7d2R1ACEraB3fmr8D+h/vw9sv8R VwRipk7iyBwLb7alC+TbkSKDwhX/q/52tjOiE4Eg/qLOJzisiOEBybd1Zu+WXWB/o/ JlYADQ1BiAO7PyJyWTkoNjJ/JuVdQNfOXhCClNPc= Received: (from ache@localhost) by nagual.pp.ru (8.14.3/8.14.3/Submit) id nAU4fW2L056648; Mon, 30 Nov 2009 07:41:32 +0300 (MSK) (envelope-from ache) Date: Mon, 30 Nov 2009 07:41:30 +0300 From: Andrey Chernov To: Ed Schouten Message-ID: <20091130044130.GA55612@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Ed Schouten , FreeBSD Current References: <20091111101207.GF64905@hoeg.nl> <20091113060021.GW64905@hoeg.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <20091113060021.GW64905@hoeg.nl> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: FreeBSD Current Subject: Re: [Heads up] TERM=xterm is now the default (on non-i386) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2009 04:41:48 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 13, 2009 at 07:00:21AM +0100, Ed Schouten wrote: > Hi folks, >=20 > I just committed the previously mentioned patch to SVN. Please refer to > the last part of the commit message to see what you can do when you run > into trouble. It seems xterm emulator can't co-exist with screen maps, namely vidcontrol -l koi8-r2cp866 I got Russian letters everywhere instead of vt100 pseudographics due to=20 missing (i.e. default) ac=3D termcap capability (f.e. in tzsetup etc.) There are 2 ways to fix it. 1) Make separate xterm-r with corrected ac=3D (that way is ugly). 2) Don't seek for vt100 pseudographics in loaded font at all, just use=20 internal kernel font. Please decide how to fix this better. For now only fallback to '-T cons25'= =20 is solution for Russian users. --=20 http://ache.pp.ru/ --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksTTPoACgkQVg5YK5ZEdN2tbQCfUSSTQTVrKVRJ2iuaTNqy15rW 3eUAnioHDXjHAMzWne33YwdMVWkTWEk0 =upNz -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS--