summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-03-18 22:02:36 +0000
committerThomas Adam <thomas@xteddy.org>2019-03-18 22:02:36 +0000
commitf956c17c09160d7c8ab68502d2d5756ff3d0a557 (patch)
tree402087c81ad2c30f0407d8cfd2a9419f81845139
parent962f255ee8f271920e8901824ae30fa7a0b40804 (diff)
parentc62404673e873c7fae7151a6e910f1b9354b7ecf (diff)
Merge branch 'obsd-master'
-rw-r--r--tmux.113
1 files changed, 9 insertions, 4 deletions
diff --git a/tmux.1 b/tmux.1
index 4df558eb..d4d73425 100644
--- a/tmux.1
+++ b/tmux.1
@@ -4193,15 +4193,20 @@ is used, the output is formatted as a set of Bourne shell commands.
.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 ,