summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-03-22 10:32:36 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-03-22 10:32:36 +0000
commitad760b3bf702801eaa121715f2a283526d614913 (patch)
treeada3bac5a3570879185609702b4b6e2d0d798790 /tmux.1
parent8d59b189cc9e83ac0049fc3108de1b822fa7b4ce (diff)
Add client_session and client_last_session formats.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.12
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 72001997..acb1a4c1 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2964,8 +2964,10 @@ The following variables are available, where appropriate:
.It Li "client_created_string" Ta "String time client created"
.It Li "client_cwd" Ta "Working directory of client"
.It Li "client_height" Ta "Height of client"
+.It Li "client_last_session" Ta "Name of the client's last session"
.It Li "client_prefix" Ta "1 if prefix key has been pressed"
.It Li "client_readonly" Ta "1 if client is readonly"
+.It Li "client_session" Ta "Name of the client's session"
.It Li "client_termname" Ta "Terminal name of client"
.It Li "client_tty" Ta "Pseudo terminal of client"
.It Li "client_utf8" Ta "1 if client supports utf8"