aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-11-16 13:28:59 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-11-16 13:28:59 +0000
commit5ca710d9e3284393dfbd294915e9e4251b0fe728 (patch)
treea7d6dc2e37673d14fe88ec6bf68e644271c67e92 /tmux.1
parent46f5e42145ed34567b29c73032adbd8a41f5dfa2 (diff)
downloadrtmux-5ca710d9e3284393dfbd294915e9e4251b0fe728.tar.gz
rtmux-5ca710d9e3284393dfbd294915e9e4251b0fe728.tar.bz2
rtmux-5ca710d9e3284393dfbd294915e9e4251b0fe728.zip
Disable UTF-8 by default and add options to enable it.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.116
1 files changed, 14 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 799ace09..8bb28de2 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.49 2008-09-25 20:08:56 nicm Exp $
+.\" $Id: tmux.1,v 1.50 2008-11-16 13:28:59 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -23,7 +23,7 @@
.Sh SYNOPSIS
.Nm tmux
.Bk -words
-.Op Fl qVv
+.Op Fl 2dquVv
.Op Fl f Ar file
.Op Fl S Ar socket-path
.Op Ar command Op Ar flags
@@ -50,6 +50,14 @@ Communication takes place through a socket, by default placed in
.Pp
The options are as follows:
.Bl -tag -width "XXXXXXXXXXXX"
+.It Fl 2
+Force
+.Nm
+to assume the terminal supports 256 colours.
+.It Fl d
+Force
+.Nm
+to assume the terminal support default colours.
.It Fl f Ar file
Specify an alternative configuration file.
By default,
@@ -70,6 +78,10 @@ where
.Em UID
is the uid of the user who invoked
.Nm .
+.If Fl u
+Intruct
+.Nm
+that the terminal support UTF-8.
.It Fl V
Print program version.
.It Fl v