bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems with screen redraws?


From: Thomas Dickey
Subject: Re: problems with screen redraws?
Date: Thu, 21 Oct 2004 14:47:30 -0400 (EDT)

On Thu, 21 Oct 2004, Fairlight wrote:

> The line used to be as wide as the screen, but I changed it so that the
> last column would not be used, thinking this may have been an issue.  It
> seemed to alleviate some of the problem, but it's not entirely gone.
>
> > The usual suspect in this case is the terminal emulator, but I use
> > both screen and PuTTY frequently (but admittedly with a small range of
> > applications), haven't _noticed_ a problem.
>
> > There's an up-to-date entry for "putty" in
> >     ftp://invisible-island.net/ncurses/terminfo.src.gz
>
> Hmmm.  But I'm running inside screen, remember?

screen uses information from the original $TERM to help with its
optimization.  Sometimes that doesn't work well - in the cases that I use
and have noticed it, I've added screen.something, e.g., screen.linux, etc.

> FWIW, I set term to vt100 before I go into screen.

then that might be the problem - I'd try first setting up to use the
"putty" entry that I mentioned.  (Setting $TERM inside screen tends to
confuse it, of course).

> I don't suppose the script would help you?  Like I said, I use the perl
> Curses module to access the library, but it's readily recognisable what I'm
> doing.

but then I'd have to set it up and look around for the bug - takes a lot
longer than just having you try the one thing I can think of.  (If it's
not resolved, I add it to my to-do list, which keeps growing ;-)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]