aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--degesch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/degesch.c b/degesch.c
index 8541526..e04e92b 100644
--- a/degesch.c
+++ b/degesch.c
@@ -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);