--- lbbs/src/screen.c 2025/07/02 06:25:02 1.105 +++ lbbs/src/screen.c 2025/07/20 02:04:21 1.106 @@ -185,7 +185,9 @@ static int _str_input(char *buffer, int ch = igetch(100); // 0.1 second if (ch == KEY_NULL || ch == KEY_TIMEOUT) // Ignore received bytes if no futher input { +#ifdef _DEBUG log_error("Ignore %d bytes of incomplete UTF8 character\n", str_len); +#endif str_len = 0; break; }