| 3 |
* editor |
* editor |
| 4 |
* - user interactive full-screen text editor |
* - user interactive full-screen text editor |
| 5 |
* |
* |
| 6 |
* Copyright (C) 2004-2025 by Leaflet <leaflet@leafok.com> |
* Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com> |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
#include "bbs.h" |
#include "bbs.h" |
| 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) |
| 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; |