summaryrefslogtreecommitdiff
path: root/src/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg.h')
-rw-r--r--src/msg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/msg.h b/src/msg.h
index cf5b8fed..e872578d 100644
--- a/src/msg.h
+++ b/src/msg.h
@@ -15,8 +15,10 @@
#define MSG(...) \
D_STMT_START { \
- if (prefs.show_msg) \
+ if (prefs.show_msg){ \
printf(__VA_ARGS__); \
+ fflush (stdout); \
+ } \
} D_STMT_END
#define MSG_WARN(...) \