mirror of https://github.com/dirtbags/moth.git
Fixed flushing bug
This commit is contained in:
parent
698d78aed6
commit
441eadf328
|
@ -155,6 +155,9 @@ run(char* key) {
|
|||
printf("\n");
|
||||
fflush(stdout);
|
||||
existing = FALSE;
|
||||
} else {
|
||||
printf("\n");
|
||||
fflush(stdout);
|
||||
}
|
||||
} else if (91 <= tmp && tmp <= 122) {
|
||||
if (existing) {
|
||||
|
|
Loading…
Reference in New Issue