diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-03-18 02:09:51 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-03-18 02:09:51 +0000 |
commit | 68ba5377e305e1a619552a41a5216dc6a9a2eb9b (patch) | |
tree | 685971dc3505ecde30fa60002143f39dff404f76 /tmux.1 | |
parent | be4d77e60fda649fea4efb34a4e0aad143cff0c1 (diff) | |
download | rtmux-68ba5377e305e1a619552a41a5216dc6a9a2eb9b.tar.gz rtmux-68ba5377e305e1a619552a41a5216dc6a9a2eb9b.tar.bz2 rtmux-68ba5377e305e1a619552a41a5216dc6a9a2eb9b.zip |
Sync OpenBSD patchset 1063:
Add -q option to set-option to turn off info message, from marcel partap.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1792,7 +1792,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 @@ -1820,6 +1820,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 @@ -2385,7 +2391,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 @@ -2393,7 +2399,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 |