bug-ncurses
[Top][All Lists]
Advanced

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

cursor not placed where it should after wmove


From: Folkert van Heusden
Subject: cursor not placed where it should after wmove
Date: Mon, 8 Aug 2005 13:53:15 +0200
User-agent: Mutt/1.5.9i

Hi,

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?


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]