summaryrefslogtreecommitdiffstats
path: root/cmd-set-option.c
diff options
context:
space:
mode:
authornicm <nicm>2020-05-16 16:50:55 +0000
committernicm <nicm>2020-05-16 16:50:55 +0000
commit574a9e4b6c7a419b60668c30916327aa7e65d2c8 (patch)
tree5e50994e1f05a0588160290c09662b1e0864f695 /cmd-set-option.c
parent844b363baf64fbaff91cf8fa01d4fd782e7274a8 (diff)
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.
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r--cmd-set-option.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c
index c6f83796..36579f29 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -18,7 +18,6 @@
#include <sys/types.h>
-#include <fnmatch.h>
#include <stdlib.h>
#include <string.h>