rline_exp: ensure everything is drawn before returning

This commit is contained in:
K. Lange 2018-12-01 21:35:11 +09:00
parent 7259cff253
commit 8f865eeb4a
1 changed files with 1 additions and 0 deletions

View File

@ -1520,6 +1520,7 @@ static int read_line(void) {
/* Finished */
loading = 1;
column = the_line->actual;
render_line();
insert_char('\n');
immediate = 0;
return 1;