degesch: properly flush formatting resets
This commit is contained in:
parent
2afc9f99c3
commit
d207c90577
|
@ -2770,6 +2770,8 @@ buffer_line_display (struct app_context *ctx,
|
||||||
|
|
||||||
input_hide (&ctx->input);
|
input_hide (&ctx->input);
|
||||||
buffer_line_flush (line, &f, stdout);
|
buffer_line_flush (line, &f, stdout);
|
||||||
|
// Flush the trailing formatting reset item
|
||||||
|
fflush (stdout);
|
||||||
input_show (&ctx->input);
|
input_show (&ctx->input);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue