degesch: make Ctrl-L also fix window size

This commit is contained in:
Přemysl Eric Janouch 2015-11-21 14:07:31 +01:00
parent fa965a85e4
commit cd8e3d6d41
1 changed files with 3 additions and 0 deletions

View File

@ -9990,6 +9990,9 @@ redraw_screen (struct app_context *ctx)
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);
tputs (clear_screen, 1, printer);
fflush (stdout);