I've initalized an array of windows by using...

WINDOW *win[6];

For some reason win[0], dosn't want to move. It's color attribute,
like the others, was correctly set, but it's the only one which does
not change position.
In fact...
   after having...
   for(i = 0; i < 6; i++) 
 /* win[6], is being used for something else. */
win[i] = newwin(1, 1, i + 1, i + 1);

Then I have the attributes set then after I move every other windows
(which happens alot and perfectly too) win[0] fails to respond.

I have no idea how this could happen, can anyone help?



_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to