degesch: make Ctrl-L also fix window size
This commit is contained in:
parent
fa965a85e4
commit
cd8e3d6d41
|
@ -9990,6 +9990,9 @@ redraw_screen (struct app_context *ctx)
|
||||||
|
|
||||||
input_hide (&ctx->input);
|
input_hide (&ctx->input);
|
||||||
|
|
||||||
|
// If by some circumstance we had the wrong idea
|
||||||
|
input_on_terminal_resized (&ctx->input);
|
||||||
|
|
||||||
terminal_printer_fn printer = get_attribute_printer (stdout);
|
terminal_printer_fn printer = get_attribute_printer (stdout);
|
||||||
tputs (clear_screen, 1, printer);
|
tputs (clear_screen, 1, printer);
|
||||||
fflush (stdout);
|
fflush (stdout);
|
||||||
|
|
Loading…
Reference in New Issue