make sure right prompt gets drawn when drawing oversized line
This commit is contained in:
parent
7bea460866
commit
24517f53fa
@ -797,7 +797,8 @@ static void render_line(void) {
|
|||||||
/* End the line with a > to show it overflows */
|
/* End the line with a > to show it overflows */
|
||||||
printf(">");
|
printf(">");
|
||||||
set_colors(COLOR_FG, COLOR_BG);
|
set_colors(COLOR_FG, COLOR_BG);
|
||||||
return;
|
j++;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Syntax hilighting */
|
/* Syntax hilighting */
|
||||||
|
Loading…
Reference in New Issue
Block a user