/[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.51 by sysadm, Mon May 19 01:45:45 2025 UTC Revision 1.52 by sysadm, Mon May 19 06:55:06 2025 UTC
# Line 201  int bbs_center() Line 201  int bbs_center()
201                  if (p_bbs_menu->choose_step == 0 && time(0) - t_last_action >= 10)                  if (p_bbs_menu->choose_step == 0 && time(0) - t_last_action >= 10)
202                  {                  {
203                          t_last_action = time(0);                          t_last_action = time(0);
204    
205                          show_active_board();                          show_active_board();
206                          show_bottom("");                          show_bottom("");
207                          iflush();                          iflush();
# Line 224  int bbs_center() Line 225  int bbs_center()
225                          case EXITBBS:                          case EXITBBS:
226                                  return 0;                                  return 0;
227                          case REDRAW:                          case REDRAW:
228                                    t_last_action = time(0);
229                                  clearscr();                                  clearscr();
230                                  show_top("");                                  show_top("");
231                                  show_active_board();                                  show_active_board();


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

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