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: Folkert van Heusden
Subject: Re: cursor not placed where it should after wmove
Date: Tue, 9 Aug 2005 13:40:30 +0200
User-agent: Mutt/1.5.9i

> >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.


Folkert van Heusden

-- 
Auto te koop, zie: http://www.vanheusden.com/daihatsu.php
--------------------------------------------------------------------
Get your PGP/GPG key signed at www.biglumber.com!
--------------------------------------------------------------------
Phone: +31-6-41278122, PGP-key: 1F28D8AE




reply via email to

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