mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 16:21:15 -03:00
Additional changes to try to improve line wrapping
This commit is contained in:
@@ -2847,7 +2847,7 @@ const wchar_t *reader_readline()
|
||||
{
|
||||
coalescing_repaints = true;
|
||||
exec_prompt();
|
||||
s_reset(&data->screen, screen_reset_current_line_contents);
|
||||
s_reset(&data->screen, screen_reset_current_line_and_prompt);
|
||||
reader_repaint();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user