aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-06 14:00:50 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-06 14:00:50 +0000
commiteb7f8b6d33e99d7dde9a6b128552f4a9c96836d6 (patch)
treed58dee116f51df1d66232daa209e86649e8a3eff /tmux.h
parentd8c0634524b3cbd0789ce1535e9984541d740b11 (diff)
downloadrtmux-eb7f8b6d33e99d7dde9a6b128552f4a9c96836d6.tar.gz
rtmux-eb7f8b6d33e99d7dde9a6b128552f4a9c96836d6.tar.bz2
rtmux-eb7f8b6d33e99d7dde9a6b128552f4a9c96836d6.zip
Sync OpenBSD patchset 360:
If no target client is specified to commands which accept one, try to guess the current client, in a similar manner to how sessions already work: if the current session can be established and has only one client, use that; otherwise use the most recently created client.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 7ee303db..cd69ba7d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.456 2009-09-25 17:51:39 tcunha Exp $ */
+/* $Id: tmux.h,v 1.457 2009-10-06 14:00:50 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -920,6 +920,7 @@ struct tty_ctx {
/* Client connection. */
struct client {
struct imsgbuf ibuf;
+ struct timeval tv;
struct environ environ;