diff options
author | 2019-05-08 18:07:12 +0000 | |
---|---|---|
committer | 2019-05-08 18:07:12 +0000 | |
commit | b6e803bd2448667df63032246b0073c5706e4234 (patch) | |
tree | af7cbd8ff0afb4dd71ed3c1a8243b5f5839cca53 /usr.bin/tmux/cmd-display-panes.c | |
parent | Adjust how mouse targets are found so they always have a session, window (diff) | |
download | wireguard-openbsd-b6e803bd2448667df63032246b0073c5706e4234.tar.xz wireguard-openbsd-b6e803bd2448667df63032246b0073c5706e4234.zip |
Add a flag to redraw only the overlay, and remove the overlay on resize.
Diffstat (limited to 'usr.bin/tmux/cmd-display-panes.c')
-rw-r--r-- | usr.bin/tmux/cmd-display-panes.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-display-panes.c b/usr.bin/tmux/cmd-display-panes.c index fbc54be6500..f5f38855951 100644 --- a/usr.bin/tmux/cmd-display-panes.c +++ b/usr.bin/tmux/cmd-display-panes.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-display-panes.c,v 1.24 2019/05/07 20:01:41 nicm Exp $ */ +/* $OpenBSD: cmd-display-panes.c,v 1.25 2019/05/08 18:07:12 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -18,7 +18,6 @@ #include <sys/types.h> -#include <ctype.h> #include <stdlib.h> #include <string.h> |