mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 20:29:42 +00:00
committed by
Andreas Kling
parent
7b638e2d0d
commit
956e9aa736
@@ -1358,7 +1358,7 @@ void Shell::bring_cursor_to_beginning_of_a_line() const
|
||||
|
||||
fputs(eol_mark.characters(), stderr);
|
||||
|
||||
for (auto i = 1 + eol_mark_length; i < ws.ws_col; ++i)
|
||||
for (auto i = eol_mark_length; i < ws.ws_col; ++i)
|
||||
putc(' ', stderr);
|
||||
|
||||
putc('\r', stderr);
|
||||
|
||||
Reference in New Issue
Block a user