diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-08-11 07:10:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-08-11 07:10:02 +0000 |
commit | eb89e6a1b627eac0bed1cf28b9b8f12319dd84e1 (patch) | |
tree | cc428a5a294580fc9fdc2e106e0a5ea507e5209c /usr.bin/tmux/tmux.1 | |
parent | a71c2e2f1c7f41b7928d9759085669fd2f4ee761 (diff) |
Another missing format from sam at sltosis.org.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 31cd56db9cf..c27d922fa8a 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.301 2012/08/11 05:55:12 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.302 2012/08/11 07:10:01 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -2906,6 +2906,7 @@ The following variables are available, where appropriate: .It Li "host" Ta "Hostname of local host" .It Li "history_bytes" Ta "Number of bytes in window history" .It Li "history_limit" Ta "Maximum window history lines" +.It Li "history_size" Ta "Size of history in bytes" .It Li "line" Ta "Line number in the list" .It Li "pane_active" Ta "1 if active pane" .It Li "pane_current_path" Ta "Current path if available" |