/[LeafOK_CVS]/lbbs/src/bbs_main.c
ViewVC logotype

Diff of /lbbs/src/bbs_main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.57 by sysadm, Wed May 28 01:04:24 2025 UTC Revision 1.58 by sysadm, Wed May 28 07:30:23 2025 UTC
# Line 191  int bbs_center() Line 191  int bbs_center()
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);
# 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("", 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);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1