aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-18 14:23:40 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-18 14:23:40 +0000
commitd8261019f1b1fcf58a79b82448e8851e3acfd026 (patch)
tree78bf4d21f1ec5bbc2ab43d4192ef27f4b2faccb7 /tmux.1
parent9d165df18aa9731b6720cce9093e006f22d34914 (diff)
downloadrtmux-d8261019f1b1fcf58a79b82448e8851e3acfd026.tar.gz
rtmux-d8261019f1b1fcf58a79b82448e8851e3acfd026.tar.bz2
rtmux-d8261019f1b1fcf58a79b82448e8851e3acfd026.zip
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 15f93dd1..22ccb9a4 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2968,8 +2968,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"