mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-02 16:33:13 +00:00
parent
7b638e2d0d
commit
956e9aa736
Notes:
sideshowbarker
2024-07-19 01:44:09 +09:00
Author: https://github.com/alimpfard
Commit: 956e9aa736
Pull-request: https://github.com/SerenityOS/serenity/pull/3846
Issue: https://github.com/SerenityOS/serenity/issues/3844
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue