Additional changes to try to improve line wrapping

This commit is contained in:
ridiculousfish
2012-11-25 01:26:58 -08:00
parent e557327860
commit cf11d1e4e6
2 changed files with 74 additions and 46 deletions

View File

@@ -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;