make sure right prompt gets drawn when drawing oversized line

This commit is contained in:
K. Lange 2018-09-21 19:12:12 +09:00
parent 7bea460866
commit 24517f53fa
1 changed files with 2 additions and 1 deletions

View File

@ -797,7 +797,8 @@ static void render_line(void) {
/* End the line with a > to show it overflows */
printf(">");
set_colors(COLOR_FG, COLOR_BG);
return;
j++;
break;
}
/* Syntax hilighting */