I have a problem with this thing...

I have a window that will be moving back and forth, it's something
like...

/* I have the usuals setup already */
waddstr(test, "This string looks weird!");
mvwin(test, 1, 5);
wrefresh(test);
napms(300); /* 
             * This is for them to get a chance
             * to see the effect.
             */
mvwin(test, 1, 1);
wrefresh(test);
 /* I have this in a sort of a loop, but the problem is that it dosn't
erase the text that it displays when it moves. So I did a
werase(test); but after that the window wouldn't appear again. I also
tried a refresh(); but that had no affect on it. */
Thank you for any help you can provide me with.
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to