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