Re: ee(1): blinking characters

From: Thomas Dickey <dickey_at_radix.net>
Date: Tue, 25 Aug 2009 05:03:12 -0400
On Tue, Aug 25, 2009 at 03:22:23AM +0200, Patrick Lamaiziere wrote:
> Hi,
> 
> I've just noticed that ee displays some french characters (like
> 'é','à',...) 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).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

Received on Tue Aug 25 2009 - 07:20:53 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:54 UTC