We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ef5cf commit fd6b6b2Copy full SHA for fd6b6b2
examples/main/main.cpp
@@ -667,7 +667,7 @@ int main(int argc, char ** argv) {
667
}
668
fflush(stdout);
669
670
- // reset color to default if we there is no pending user input
+ // reset color to default if there is no pending user input
671
if (input_echo && (int) embd_inp.size() == n_consumed) {
672
console::set_display(console::reset);
673
0 commit comments