--- lbbs/src/editor.c 2025/11/10 11:54:30 1.59 +++ lbbs/src/editor.c 2025/12/17 03:47:00 1.61 @@ -6,6 +6,10 @@ * Copyright (C) 2004-2025 Leaflet */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "bbs.h" #include "common.h" #include "editor.h" @@ -970,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");