diff options
author | nicm <nicm> | 2015-10-21 13:14:36 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-10-21 13:14:36 +0000 |
commit | 60ca29df64a96412ad6f78a294e0c68b01bed3d6 (patch) | |
tree | 5eb2adabcd92161bf548bc5abc310a86ffa9882e | |
parent | ddbc4a0f6ca0c6486a038ce91971212785d44744 (diff) | |
download | rtmux-60ca29df64a96412ad6f78a294e0c68b01bed3d6.tar.gz rtmux-60ca29df64a96412ad6f78a294e0c68b01bed3d6.tar.bz2 rtmux-60ca29df64a96412ad6f78a294e0c68b01bed3d6.zip |
client_key_table was missing.
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3357,6 +3357,7 @@ The following variables are available, where appropriate: .It Li "client_created_string" Ta "" Ta "String time client created" .It Li "client_control_mode" Ta "" Ta "1 if client is in control mode" .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_pid" Ta "" Ta "PID of client process" .It Li "client_prefix" Ta "" Ta "1 if prefix key has been pressed" |