This commit is contained in:
h-h-h-h 2023-10-01 11:06:05 +02:00
parent f5ef5cfb18
commit fd6b6b2426

View file

@ -667,7 +667,7 @@ int main(int argc, char ** argv) {
}
fflush(stdout);
}
// reset color to default if we there is no pending user input
// reset color to default if there is no pending user input
if (input_echo && (int) embd_inp.size() == n_consumed) {
console::set_display(console::reset);
}