diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-01-29 09:37:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-01-29 09:37:03 +0000 |
commit | 4a96d6dfb62a58267d3ce34851e37e97aa3338ca (patch) | |
tree | 9ee015684b211fcc816b39f3decbd272bf45aa49 /usr.bin/tmux/tmux.1 | |
parent | 0ea62aa939f3e8a6aebe45cd30d760e5f7a6616f (diff) |
Add an option to move the status line to the top of the screen,
requested by many.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 0a3e52c3751..035332f8078 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.268 2012/01/21 20:40:28 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.269 2012/01/29 09:37:02 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: January 21 2012 $ +.Dd $Mdocdate: January 29 2012 $ .Dt TMUX 1 .Os .Sh NAME @@ -2199,6 +2199,10 @@ Set the maximum .Ar length of the left component of the status bar. The default is 10. +.It Xo Ic status-position +.Op Ic top | bottom +.Xc +Set the position of the status line. .It Ic status-right Ar string Display .Ar string |