mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-04 00:58:46 +00:00
screen: Remove errant line
This was an experiment that was accidentally committed. Sorry!
This commit is contained in:
parent
5743a536b0
commit
63dd046f99
1 changed files with 0 additions and 1 deletions
|
@ -749,7 +749,6 @@ static void s_update(screen_t *scr, const wcstring &left_prompt, const wcstring
|
||||||
s_write_str(scr, left_prompt.substr(start));
|
s_write_str(scr, left_prompt.substr(start));
|
||||||
scr->actual_left_prompt = left_prompt;
|
scr->actual_left_prompt = left_prompt;
|
||||||
scr->actual.cursor.x = static_cast<int>(left_prompt_width);
|
scr->actual.cursor.x = static_cast<int>(left_prompt_width);
|
||||||
set_color(highlight_spec_t{});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Output all lines.
|
// Output all lines.
|
||||||
|
|
Loading…
Reference in a new issue