| 191 |
|
|
| 192 |
clearscr(); |
clearscr(); |
| 193 |
|
|
| 194 |
show_top("", BBS_name); |
show_top("", BBS_name, ""); |
| 195 |
show_active_board(); |
show_active_board(); |
| 196 |
show_bottom(""); |
show_bottom(""); |
| 197 |
display_menu(p_bbs_menu); |
display_menu(p_bbs_menu); |
| 230 |
case REDRAW: |
case REDRAW: |
| 231 |
t_last_action = time(0); |
t_last_action = time(0); |
| 232 |
clearscr(); |
clearscr(); |
| 233 |
show_top("", BBS_name); |
show_top("", BBS_name, ""); |
| 234 |
show_active_board(); |
show_active_board(); |
| 235 |
show_bottom(""); |
show_bottom(""); |
| 236 |
display_menu(p_bbs_menu); |
display_menu(p_bbs_menu); |