=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.625 retrieving revision 1.626 diff -u -r1.625 -r1.626 --- src/usr.bin/tmux/tmux.1 2019/03/18 20:53:33 1.625 +++ src/usr.bin/tmux/tmux.1 2019/03/18 21:01:04 1.626 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.625 2019/03/18 20:53:33 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.626 2019/03/18 21:01:04 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -4088,15 +4088,20 @@ .Nm includes an optional status line which is displayed in the bottom line of each terminal. -By default, the status line is enabled (it may be disabled with the +.Pp +By default, the status line is enabled and one line in height (it may be +disabled or made multiple lines with the .Ic status session option) and contains, from left-to-right: the name of the current session in square brackets; the window list; the title of the active pane in double quotes; and the time and date. .Pp -The status line is made of three parts: configurable left and right sections -(which may contain dynamic content such as the time or output from a shell -command, see the +Each line of the status line is configured with the +.Ic status-format +option. +The default is made of three parts: configurable left and right sections (which +may contain dynamic content such as the time or output from a shell command, +see the .Ic status-left , .Ic status-left-length , .Ic status-right ,