summaryrefslogtreecommitdiffstats
path: root/window.c
diff options
context:
space:
mode:
authornicm <nicm>2016-06-16 10:55:47 +0000
committernicm <nicm>2016-06-16 10:55:47 +0000
commit325cbe90d925d3deb90559463b6d968c31fa5924 (patch)
tree579aa5c9a0ddab9362560e5593e4843d5ca3c0a7 /window.c
parent0c7ddae2abe67762b00fea10723d01251f3c156d (diff)
Allow a command to be specified to display-panes, similar to
command-prompt, rather than always just selecting the pane.
Diffstat (limited to 'window.c')
-rw-r--r--window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.c b/window.c
index bba8e3b1..0b24d57a 100644
--- a/window.c
+++ b/window.c
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <termios.h>
+#include <time.h>
#include <unistd.h>
#include <util.h>