--- lbbs/src/editor.c 2025/06/27 12:54:31 1.33 +++ lbbs/src/editor.c 2025/06/27 13:26:59 1.34 @@ -812,8 +812,7 @@ int editor_display(EDITOR_DATA *p_editor { if (line_current - output_current_row + row_pos <= 0 && col_pos <= 1) // Forbidden { - ch = igetch_t(MAX_DELAY_TIME); - continue; + break; // force output prior operation result if any } col_pos--;