degesch: properly flush formatting resets

This commit is contained in:
Přemysl Eric Janouch 2015-08-06 23:58:42 +02:00
parent 2afc9f99c3
commit d207c90577
1 changed files with 2 additions and 0 deletions

View File

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