Flush stdout after writing message details so it works reasonably if there's also stderr output nearby.
This commit is contained in:
parent
c510adbc94
commit
356cda2917
1 changed files with 1 additions and 0 deletions
1
mode_s.c
1
mode_s.c
|
@ -1237,6 +1237,7 @@ void displayModesMessage(struct modesMessage *mm) {
|
|||
}
|
||||
|
||||
printf("\n");
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue