Request terminal colours again on SIGWINCH but at most once every 30

seconds, GitHub issue 3582.
This commit is contained in:
nicm
2023-09-02 20:03:10 +00:00
parent d209fe9b1e
commit c767d62329
4 changed files with 26 additions and 11 deletions

View File

@ -2770,6 +2770,7 @@ server_client_dispatch(struct imsg *imsg, void *arg)
break;
server_client_update_latest(c);
tty_resize(&c->tty);
tty_repeat_requests(&c->tty);
recalculate_sizes();
if (c->overlay_resize == NULL)
server_client_clear_overlay(c);