aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-17 13:38:03 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-17 13:38:03 +0000
commit7ddba901a491a6adea93e35a5903f4125e53bdbc (patch)
tree72121d91b09e32333cb2fd59c461658b73601061 /tmux.1
parentd3b5c242cc01a41820b696cf6f6420879ce24adc (diff)
downloadrtmux-7ddba901a491a6adea93e35a5903f4125e53bdbc.tar.gz
rtmux-7ddba901a491a6adea93e35a5903f4125e53bdbc.tar.bz2
rtmux-7ddba901a491a6adea93e35a5903f4125e53bdbc.zip
If -u is specified or UTF-8 is otherwise detected when the server is started,
enable the utf8 and status-utf8 optons. While here, note in the man page that the server is started with the first session and exits when none remain.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.112
1 files changed, 11 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index a025cbbc..34501931 100644
--- a/tmux.1
+++ b/tmux.1
@@ -36,11 +36,13 @@ controlled from a single terminal.
.Pp
.Nm
runs as a server-client system.
-A server is created automatically when necessary and holds a number of
+A server holds a number of
.Em sessions ,
each of which may have a number of
.Em windows
linked to it.
+A server is started automatically when the first session is created and exits
+when all the sessions it contains are destroyed.
A window may be split on screen into one or more
.Em panes ,
each of which is a separate terminal.
@@ -123,6 +125,14 @@ This is not always correct: the
flag explicitly informs
.Nm
that UTF-8 is supported.
+.Pp
+If the server is started from a client passed
+.Fl u
+or where UTF-8 is detected, the
+.Ic utf8
+and
+.Ic status-utf8
+options are enabled in the global window and session options respectively.
.It Fl v
Request verbose logging.
This option may be specified multiple times for increasing verbosity.