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

Diff of /lbbs/src/screen.c

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

Revision 1.131 by sysadm, Thu Nov 20 09:02:46 2025 UTC Revision 1.132 by sysadm, Sat Nov 29 01:56:08 2025 UTC
# Line 703  int display_data(const void *p_data, lon Line 703  int display_data(const void *p_data, lon
703                                  if (ch != KEY_NULL && ch != KEY_TIMEOUT)                                  if (ch != KEY_NULL && ch != KEY_TIMEOUT)
704                                  {                                  {
705                                          BBS_last_access_tm = time(NULL);                                          BBS_last_access_tm = time(NULL);
706    
707                                            // Refresh current action
708                                            if (user_online_update(NULL) < 0)
709                                            {
710                                                    log_error("user_online_update(NULL) error\n");
711                                            }
712                                  }                                  }
713    
714                                  // extended key handler                                  // extended key handler


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

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