bug-ncurses
[Top][All Lists]
Advanced

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

Re: cursor not placed where it should after wmove


From: Thomas Dickey
Subject: Re: cursor not placed where it should after wmove
Date: Tue, 9 Aug 2005 18:12:28 -0400 (EDT)

On Tue, 9 Aug 2005, Folkert van Heusden wrote:

Since I started to use panels, I can't seem to get the cursor where it
should.
In my:
void mydoupdate()
{
      wmove(stdscr, 0, 0);
      update_panels();
        doupdate();
}
I have this wmove in which I explicitly move the cursor to some location
on the terminal, but in fact it seems to end up anywhere on the
terminal. What could this be?
What happens if you put the wmove() after the doupdate()?

No difference I'm afraid.

setsyx() is supposed to work for this situation.

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




reply via email to

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