--- lbbs/src/editor.c 2025/12/18 02:56:00 1.62 +++ lbbs/src/editor.c 2025/12/18 10:43:48 1.63 @@ -971,7 +971,7 @@ int editor_display(EDITOR_DATA *p_editor log_debug("KEY_NULL\n"); goto cleanup; case KEY_TIMEOUT: - log_error("User input timeout\n"); + log_debug("User input timeout\n"); goto cleanup; case Ctrl('W'): case Ctrl('X'):