summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-03-17 21:33:33 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-03-17 21:33:33 +0000
commitf152379e5a21b2e0603c9fb9001c7a9e70e62bf4 (patch)
tree8d8dd4cabb38ced09005007f1f800fffd940924f /tmux.1
parent889fe42e1153ada95d73e5f9983d1a9d671837a1 (diff)
Add -q option to set-option to turn off info message, from marcel partap.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.113
1 files changed, 10 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index e5ea872f..0ab98afe 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1788,7 +1788,7 @@ command.
Commands which set options are as follows:
.Bl -tag -width Ds
.It Xo Ic set-option
-.Op Fl agsuw
+.Op Fl agqsuw
.Op Fl t Ar target-session | Ar target-window
.Ar option Ar value
.Xc
@@ -1816,6 +1816,12 @@ flag unsets an option, so a session inherits the option from the global
options.
It is not possible to unset a global option.
.Pp
+The
+.Fl q
+flag suppresses the informational message (as if the
+.Ic quiet
+server option was set).
+.Pp
Available window options are listed under
.Ic set-window-option .
.Pp
@@ -2381,7 +2387,7 @@ The default is
.Ql \ -_@ .
.El
.It Xo Ic set-window-option
-.Op Fl agu
+.Op Fl agqu
.Op Fl t Ar target-window
.Ar option Ar value
.Xc
@@ -2389,7 +2395,8 @@ The default is
Set a window option.
The
.Fl a ,
-.Fl g
+.Fl g ,
+.Fl q
and
.Fl u
flags work similarly to the