From d207c90577e6e211ba374df4c349d53a95f9c72d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 6 Aug 2015 23:58:42 +0200 Subject: [PATCH] degesch: properly flush formatting resets --- degesch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/degesch.c b/degesch.c index ff5fa3f..b3747ec 100644 --- a/degesch.c +++ b/degesch.c @@ -2770,6 +2770,8 @@ buffer_line_display (struct app_context *ctx, input_hide (&ctx->input); buffer_line_flush (line, &f, stdout); + // Flush the trailing formatting reset item + fflush (stdout); input_show (&ctx->input); }