Parent Directory
|
Revision Log
|
Patch
| Revision 1.52 by sysadm, Tue Nov 4 14:58:56 2025 UTC | Revision 1.53 by sysadm, Wed Nov 5 01:04:06 2025 UTC | |
|---|---|---|
| # | Line 700 int editor_display(EDITOR_DATA *p_editor | Line 700 int editor_display(EDITOR_DATA *p_editor |
| 700 | iflush(); | iflush(); |
| 701 | ||
| 702 | str_len = 0; | str_len = 0; |
| 703 | ch = igetch_t(MAX_DELAY_TIME); | ch = igetch_t(BBS_max_user_idle_time); |
| 704 | while (!SYS_server_exit) | while (!SYS_server_exit) |
| 705 | { | { |
| 706 | if (ch != KEY_NULL && ch != KEY_TIMEOUT) | if (ch != KEY_NULL && ch != KEY_TIMEOUT) |
| # | Line 1156 int editor_display(EDITOR_DATA *p_editor | Line 1156 int editor_display(EDITOR_DATA *p_editor |
| 1156 | break; | break; |
| 1157 | } | } |
| 1158 | ||
| 1159 | ch = igetch_t(MAX_DELAY_TIME); | ch = igetch_t(BBS_max_user_idle_time); |
| 1160 | } | } |
| 1161 | ||
| 1162 | continue; | continue; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |