Reset ANSI escape mode when clearing rest of line in rline
This commit is contained in:
parent
6892b1e4f6
commit
e95a43c535
1
src/vendor/rline.c
vendored
1
src/vendor/rline.c
vendored
@ -1443,6 +1443,7 @@ static void render_line(void) {
|
||||
}
|
||||
}
|
||||
|
||||
printf("\033[0m");
|
||||
set_colors(COLOR_FG, COLOR_BG);
|
||||
|
||||
if (show_right_side && prompt_right_width) {
|
||||
|
Loading…
Reference in New Issue
Block a user