From 4ca2200d838732c129c6dd5c11f92245346a1e28 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 5 Oct 2009 18:30:54 +0000 Subject: 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. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 3c49ae30..f21962b9 100644 --- a/tmux.h +++ b/tmux.h @@ -922,6 +922,7 @@ struct tty_ctx { /* Client connection. */ struct client { struct imsgbuf ibuf; + struct timeval tv; struct environ environ; -- cgit