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); }