bug-ncurses
[Top][All Lists]
Advanced

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

Re: wclrtoeol() and wclrtobot()


From: Bryan Christ
Subject: Re: wclrtoeol() and wclrtobot()
Date: Wed, 13 Feb 2008 18:53:35 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

i'll let you know what I find. top has never worked correctly in my pty--it causes the window to advance by 2 lines. i recently added my own implementation of _WRAPPED and also some temporarily locking for the window (toggling scrollok) when writing to the bottom right corner. this actually made top work better (it only advances the screen by one line now). however, iptraf and menu config (probably others) still cause the screen to bump by one and i suspect these functions.

Thomas Dickey wrote:
On Wed, 13 Feb 2008, Bryan Christ wrote:

just to clarify, these functions should not trigger a scroll then?

They shouldn't.  I suppose it's possible that if the terminal-wrapping
isn't working as expected, it _could_ wrap.  But it's not supposed to.

On Wed, 2008-02-13 at 23:09 +0000, Thomas Dickey wrote:
On Wed, 13 Feb 2008, Bryan Christ wrote:

Can anyone tell me if the expected behavior of the cursor placement
after these functions are called?  Does it move to y+1,x=0?
The cursor doesn't move -

The man pages of these functions don't clarify the behavior nor do the
man pages of corresponding terminfo caps.
...thanks (another to-do item)

Bryan



_______________________________________________
Bug-ncurses mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-ncurses

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

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




reply via email to

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