diff options
author | 2012-08-11 07:10:01 +0000 | |
---|---|---|
committer | 2012-08-11 07:10:01 +0000 | |
commit | a36accdc18f31dde4b6012015e334e4c876fc8d2 (patch) | |
tree | 3c81eb7a1068c1fdeb580c64f109d107f53b389e | |
parent | Add support for another 82599 SFP+ card. Original diff and tests by (diff) | |
download | wireguard-openbsd-a36accdc18f31dde4b6012015e334e4c876fc8d2.tar.xz wireguard-openbsd-a36accdc18f31dde4b6012015e334e4c876fc8d2.zip |
Another missing format from sam at sltosis.org.
-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" |