Reply to Re: Status problem
If you don't have an account, just leave the password field blank.
If it's at the start (ie you want to delay the drawing of the status bar for an intro), you can take out this from start-1.c (or comment it out, which is probably better):
&update_status = 1;
draw_status();
and put it in at the of your intro.
It worked for me.
&update_status = 1;
draw_status();
and put it in at the of your intro.
It worked for me.






