--- lbbs/src/editor.c 2025/06/27 13:26:59 1.34 +++ lbbs/src/editor.c 2025/06/27 14:09:50 1.35 @@ -675,8 +675,7 @@ int editor_display(EDITOR_DATA *p_editor return ch; } - loop = 1; - while (!SYS_server_exit && loop) + for (loop = 1; !SYS_server_exit && loop;) { if (line_current >= p_editor_data->display_line_total || output_current_row > output_end_row) {