From owner-freebsd-current@FreeBSD.ORG Tue Aug 25 09:20:53 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 76662106568C for ; Tue, 25 Aug 2009 09:20:53 +0000 (UTC) (envelope-from dickey@saltmine.radix.net) Received: from saltmine.radix.net (saltmine.radix.net [207.192.128.40]) by mx1.freebsd.org (Postfix) with ESMTP id 335CD8FC0C for ; Tue, 25 Aug 2009 09:20:53 +0000 (UTC) Received: from saltmine.radix.net (localhost [127.0.0.1]) by saltmine.radix.net (8.12.2/8.12.2) with ESMTP id n7P93DV4020283; Tue, 25 Aug 2009 05:03:13 -0400 (EDT) Received: (from dickey@localhost) by saltmine.radix.net (8.12.2/8.12.2/Submit) id n7P93CcE020282; Tue, 25 Aug 2009 05:03:12 -0400 (EDT) Date: Tue, 25 Aug 2009 05:03:12 -0400 From: Thomas Dickey To: Patrick Lamaiziere Message-ID: <20090825090312.GA20041@saltmine.radix.net> References: <20090825032223.4a788a61@baby-jane.lamaiziere.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <20090825032223.4a788a61@baby-jane.lamaiziere.net> User-Agent: Mutt/1.3.27i Cc: FreeBSD current mailing list Subject: Re: ee(1): blinking characters 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: Tue, 25 Aug 2009 09:20:53 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 25, 2009 at 03:22:23AM +0200, Patrick Lamaiziere wrote: > Hi, >=20 > I've just noticed that ee displays some french characters (like > '=E9','=E0',...) in reverse video into xterm. And on the console theses > characters are blinking. No problem on the command line or with nvi. in curses, that would be because the data passed to addch/waddch is sign-extended because it's stored in a char. (a coding error). --=20 Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info see http://www.gnupg.org iD8DBQFKk6jPtIqByHxlDocRAqgCAJ9+sUTzOabjq5IOK4dRqRyDzSPsFACdGzCS QCioTj669tURfwNtCMCg67Q= =LzLo -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE--