diff options
Diffstat (limited to 'degesch.c')
-rw-r--r-- | degesch.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); } |