mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Sync OpenBSD patchset 582:
Wrap at 80 columns.
This commit is contained in:
		
							
								
								
									
										20
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								tmux.1
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
.\" $Id: tmux.1,v 1.212 2009-12-04 22:14:47 tcunha Exp $
 | 
			
		||||
.\" $Id: tmux.1,v 1.213 2009-12-04 22:16:15 tcunha Exp $
 | 
			
		||||
.\"
 | 
			
		||||
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
			
		||||
.\"
 | 
			
		||||
@@ -627,7 +627,8 @@ command or cycled with
 | 
			
		||||
.Ic next-layout
 | 
			
		||||
(bound to
 | 
			
		||||
.Ql C-space
 | 
			
		||||
by default); once a layout is chosen, panes within it may be moved and resized as normal.
 | 
			
		||||
by default); once a layout is chosen, panes within it may be moved and resized
 | 
			
		||||
as normal.
 | 
			
		||||
.Pp
 | 
			
		||||
The following layouts are supported:
 | 
			
		||||
.Bl -tag -width Ds
 | 
			
		||||
@@ -636,8 +637,8 @@ Panes are spread out evenly from left to right across the window.
 | 
			
		||||
.It Ic even-vertical
 | 
			
		||||
Panes are spread evenly from top to bottom.
 | 
			
		||||
.It Ic main-horizontal
 | 
			
		||||
A large (main) pane is shown at the top of the window and the remaining panes are
 | 
			
		||||
spread from left to right in the leftover space at the bottom.
 | 
			
		||||
A large (main) pane is shown at the top of the window and the remaining panes
 | 
			
		||||
are spread from left to right in the leftover space at the bottom.
 | 
			
		||||
Use the
 | 
			
		||||
.Em main-pane-height
 | 
			
		||||
window option to specify the height of the top pane.
 | 
			
		||||
@@ -1518,7 +1519,8 @@ these may be
 | 
			
		||||
.Ql fg=colour
 | 
			
		||||
to set the foreground colour,
 | 
			
		||||
.Ql bg=colour
 | 
			
		||||
to set the background colour, the name of one of the attributes (listed under the
 | 
			
		||||
to set the background colour, the name of one of the attributes (listed under
 | 
			
		||||
the
 | 
			
		||||
.Ic message-attr
 | 
			
		||||
option) to turn an attribute on, or an attribute prefixed with
 | 
			
		||||
.Ql no
 | 
			
		||||
@@ -1964,8 +1966,8 @@ window options.
 | 
			
		||||
The window name is printed in inverted colours if an alert (bell, activity or
 | 
			
		||||
content) is present.
 | 
			
		||||
.Pp
 | 
			
		||||
The colour and attributes of the status line may be configured, the entire status line using
 | 
			
		||||
the
 | 
			
		||||
The colour and attributes of the status line may be configured, the entire
 | 
			
		||||
status line using the
 | 
			
		||||
.Ic status-attr ,
 | 
			
		||||
.Ic status-fg
 | 
			
		||||
and
 | 
			
		||||
@@ -1977,8 +1979,8 @@ and
 | 
			
		||||
.Ic window-status-bg
 | 
			
		||||
window options.
 | 
			
		||||
.Pp
 | 
			
		||||
The status line is automatically refreshed at interval if it has changed, the interval may be
 | 
			
		||||
controlled with the
 | 
			
		||||
The status line is automatically refreshed at interval if it has changed, the
 | 
			
		||||
interval may be controlled with the
 | 
			
		||||
.Ic status-interval
 | 
			
		||||
session option.
 | 
			
		||||
.Pp
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user