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
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:54 UTC