Parent Directory
|
Revision Log
|
Patch
| Revision 1.56 by sysadm, Tue May 27 01:11:14 2025 UTC | Revision 1.57 by sysadm, Wed May 28 01:04:24 2025 UTC | |
|---|---|---|
| # | Line 191 int bbs_center() | Line 191 int bbs_center() |
| 191 | ||
| 192 | clearscr(); | clearscr(); |
| 193 | ||
| 194 | show_top(""); | 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); |
| # | Line 230 int bbs_center() | Line 230 int bbs_center() |
| 230 | case REDRAW: | case REDRAW: |
| 231 | t_last_action = time(0); | t_last_action = time(0); |
| 232 | clearscr(); | clearscr(); |
| 233 | show_top(""); | 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); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |