mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:57:17 +08:00
screen: Remove errant line
This was an experiment that was accidentally committed. Sorry!
This commit is contained in:
parent
5743a536b0
commit
63dd046f99
|
@ -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));
|
||||
scr->actual_left_prompt = left_prompt;
|
||||
scr->actual.cursor.x = static_cast<int>(left_prompt_width);
|
||||
set_color(highlight_spec_t{});
|
||||
}
|
||||
|
||||
// Output all lines.
|
||||
|
|
Loading…
Reference in New Issue
Block a user