summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-display-panes.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2019-05-08 18:07:12 +0000
committernicm <nicm@openbsd.org>2019-05-08 18:07:12 +0000
commitb6e803bd2448667df63032246b0073c5706e4234 (patch)
treeaf7cbd8ff0afb4dd71ed3c1a8243b5f5839cca53 /usr.bin/tmux/cmd-display-panes.c
parentAdjust how mouse targets are found so they always have a session, window (diff)
downloadwireguard-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.c3
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>