diff options
author | nicm <nicm> | 2019-05-08 18:07:12 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-05-08 18:07:12 +0000 |
commit | f9682d2e558c58117f23f302ce35d9b319151189 (patch) | |
tree | 3478fd0101775ebf9ae8b054dd59cc5684e782fe /cmd-display-panes.c | |
parent | a384245c5aa1b1be2a73d9b3318a4c0d5bfc5391 (diff) | |
download | rtmux-f9682d2e558c58117f23f302ce35d9b319151189.tar.gz rtmux-f9682d2e558c58117f23f302ce35d9b319151189.tar.bz2 rtmux-f9682d2e558c58117f23f302ce35d9b319151189.zip |
Add a flag to redraw only the overlay, and remove the overlay on resize.
Diffstat (limited to 'cmd-display-panes.c')
-rw-r--r-- | cmd-display-panes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-display-panes.c b/cmd-display-panes.c index 45f59a6b..8940b429 100644 --- a/cmd-display-panes.c +++ b/cmd-display-panes.c @@ -18,7 +18,6 @@ #include <sys/types.h> -#include <ctype.h> #include <stdlib.h> #include <string.h> |