--- lbbs/src/editor.c 2025/09/28 11:18:28 1.41 +++ lbbs/src/editor.c 2025/09/30 06:05:48 1.42 @@ -807,7 +807,7 @@ int editor_display(EDITOR_DATA *p_editor { col_pos = 1; } - if (ch != CR) + if (offset_out > 0) { col_pos += (str_len == 1 ? 1 : 2); }