From 325cbe90d925d3deb90559463b6d968c31fa5924 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 16 Jun 2016 10:55:47 +0000 Subject: Allow a command to be specified to display-panes, similar to command-prompt, rather than always just selecting the pane. --- window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'window.c') diff --git a/window.c b/window.c index bba8e3b1..0b24d57a 100644 --- a/window.c +++ b/window.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include -- cgit