--- lbbs/src/editor.c 2025/11/11 00:28:05 1.60 +++ lbbs/src/editor.c 2025/12/17 03:47:00 1.61 @@ -974,7 +974,9 @@ int editor_display(EDITOR_DATA *p_editor switch (ch) { case KEY_NULL: +#ifdef _DEBUG log_error("KEY_NULL\n"); +#endif goto cleanup; case KEY_TIMEOUT: log_error("User input timeout\n");