aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index 96433c5..bda4016 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -448,6 +448,7 @@ jalv_ansi_reset(FILE* stream)
#ifdef HAVE_ISATTY
if (isatty(fileno(stream))) {
fprintf(stream, "\033[0m");
+ fflush(stream);
}
#endif
}