diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-04-06 11:10:17 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-04-06 11:10:17 +0100 |
commit | 5f662d91db658abbcd46d7a678c0250754be35e3 (patch) | |
tree | bed316d0ce8c4a770b5e42608a36dafc0a9eee2d /tmux.1 | |
parent | 05c97d7fe9ede1b9d185ed21242eb8470350affc (diff) | |
parent | 94b71bcb6403d381515319b08a85878b829785d5 (diff) | |
download | rtmux-5f662d91db658abbcd46d7a678c0250754be35e3.tar.gz rtmux-5f662d91db658abbcd46d7a678c0250754be35e3.tar.bz2 rtmux-5f662d91db658abbcd46d7a678c0250754be35e3.zip |
Merge branch 'obsd-master'
Conflicts:
server-client.c
tmux.1
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -371,7 +371,8 @@ or These specify the client, session, window or pane which a command should affect. .Pp .Ar target-client -is the name of the +should be the name of the client, +typically the .Xr pty 4 file to which the client is connected, for example either of .Pa /dev/ttyp1 @@ -3514,6 +3515,7 @@ The following variables are available, where appropriate: .It Li "client_height" Ta "" Ta "Height of client" .It Li "client_key_table" Ta "" Ta "Current key table" .It Li "client_last_session" Ta "" Ta "Name of the client's last session" +.It Li "client_name" Ta "" Ta "Name of client" .It Li "client_pid" Ta "" Ta "PID of client process" .It Li "client_prefix" Ta "" Ta "1 if prefix key has been pressed" .It Li "client_readonly" Ta "" Ta "1 if client is readonly" |