Move lazy resize from the pane to the window, there is no point in

resizing the window unless it is the current window, and if we do and
don't resize the pane until later there are problems if the size changes
from A to B then back to A.
This commit is contained in:
nicm
2020-05-16 16:50:55 +00:00
parent 844b363baf
commit 574a9e4b6c
6 changed files with 98 additions and 66 deletions

View File

@ -18,7 +18,6 @@
#include <sys/types.h>
#include <fnmatch.h>
#include <stdlib.h>
#include <string.h>