Re: Interesting things found in ncurses that affect screen

2006-08-20 Thread Thomas Dickey
On Mon, 18 Jul 2005, Michael Schroeder wrote: On Mon, Jul 18, 2005 at 07:37:58AM -0400, Thomas Dickey wrote: On Mon, 18 Jul 2005, Michael Schroeder wrote: On Mon, Jul 18, 2005 at 06:25:24AM -0400, Thomas Dickey wrote: The code's doing what it is intended: when screen is running in

Re: Interesting things found in ncurses that affect screen

2006-08-20 Thread Thomas Dickey
On Mon, 18 Jul 2005, Michael Schroeder wrote: On Mon, Jul 18, 2005 at 06:25:24AM -0400, Thomas Dickey wrote: The code's doing what it is intended: when screen is running in UTF-8 mode, it ignores the termcap information, only accepts the UTF-8 encoding for line-drawing characters. No, t

Re: Interesting things found in ncurses that affect screen

2006-08-20 Thread Thomas Dickey
On Mon, 18 Jul 2005, Juergen Weigert wrote: That is odd. We should ask upstream ncurses when and why this code appeared. Upstream is still Thomas Dickey, right? Thomas, are you following this? now I am (I'm not on screen-users). This workaround is in ncurses 5.4, first appeared sh

Re: Interesting things found in ncurses that affect screen

2006-08-20 Thread Thomas Dickey
On Mon, 18 Jul 2005, Michael Schroeder wrote: On Sun, Jul 17, 2005 at 09:19:38PM +0200, Nikolai Weibull wrote: ... Don't ask me, I'm not aware of any problems screen has with UTF-8. Maybe Thomas Dickey, the ncurses author, can shed some light on this. The code's doing what