diff options
| -rw-r--r-- | xkbcat.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -92,6 +92,9 @@ int main(int argc, char * argv[]) { printf("\n"); } } + // Make sure the data is sent right away if it's being written to a + // pipe. + fflush(stdout); { // Swap buffers KbBuffer * temp = oldKeys; |
