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