diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-10-21 13:14:37 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-10-21 13:14:37 +0000 |
commit | ce8a7fb94220db31ec8af8e9a455f414d7820a5a (patch) | |
tree | c19ab7bb9a31b81fc611980dc67e6652894297e5 | |
parent | 1350baececfbf270f1dcac0d5e60b48123aa2fe4 (diff) |
client_key_table was missing.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 59ff090bfd3..fe2253d88d6 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.450 2015/09/13 13:31:40 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.451 2015/10/21 13:14:36 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 13 2015 $ +.Dd $Mdocdate: October 21 2015 $ .Dt TMUX 1 .Os .Sh NAME @@ -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" |