--- lbbs/src/screen.c 2025/05/05 14:27:57 1.34 +++ lbbs/src/screen.c 2025/05/06 05:12:29 1.35 @@ -202,6 +202,8 @@ int get_data(int row, int col, char *pro { int len; + igetch(1); // Cleanup input buffer + moveto(row, col); prints(prompt); prints(buffer);