--- lbbs/src/editor.c 2025/11/04 13:49:51 1.51 +++ lbbs/src/editor.c 2025/11/05 01:04:06 1.53 @@ -3,7 +3,7 @@ * editor * - user interactive full-screen text editor * - * Copyright (C) 2004-2025 by Leaflet + * Copyright (C) 2004-2025 Leaflet */ #include "bbs.h" @@ -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;