Add client_session and client_last_session formats.

This commit is contained in:
Nicholas Marriott
2013-02-18 14:23:40 +00:00
parent 9d165df18a
commit d8261019f1
2 changed files with 12 additions and 2 deletions

2
tmux.1
View File

@ -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"