--- lbbs/src/editor.c 2025/11/04 14:58:56 1.52 +++ lbbs/src/editor.c 2025/11/05 01:04:06 1.53 @@ -700,7 +700,7 @@ int editor_display(EDITOR_DATA *p_editor iflush(); str_len = 0; - ch = igetch_t(MAX_DELAY_TIME); + ch = igetch_t(BBS_max_user_idle_time); while (!SYS_server_exit) { if (ch != KEY_NULL && ch != KEY_TIMEOUT) @@ -1156,7 +1156,7 @@ int editor_display(EDITOR_DATA *p_editor break; } - ch = igetch_t(MAX_DELAY_TIME); + ch = igetch_t(BBS_max_user_idle_time); } continue;