From 701b5bdf616c450cf353b90edf5b4a8f73486896 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Fri, 14 May 2010 14:16:37 +0000 Subject: Sync OpenBSD patchset 688: Add a tiled layout, originally from Liam Bedford a while ago, fixed up by me. --- tmux.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 06c93385..b4e07101 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.246 2010-04-06 22:02:03 nicm Exp $ +.\" $Id: tmux.1,v 1.247 2010-05-14 14:16:37 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -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: April 6 2010 $ +.Dd $Mdocdate: April 25 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -784,6 +784,9 @@ bottom along the right. See the .Em main-pane-width window option. +.It Ic tiled +Panes are spread out as evenly as possible over the window in both rows and +columns. .El .Pp Commands related to windows and panes are as follows: -- cgit