diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-05-10 16:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-05-10 16:01:10 +0100 |
commit | 0868512bbc31a7c14ddf9f484ab7e685a1f1c3f1 (patch) | |
tree | c4fe61487f396826a602356533e9edebed965494 /tmux.1 | |
parent | f8b3f1622dcc250556599656e112a0068c75efab (diff) | |
parent | b519551153f5451615a9d64966350400e141e540 (diff) | |
download | rtmux-0868512bbc31a7c14ddf9f484ab7e685a1f1c3f1.tar.gz rtmux-0868512bbc31a7c14ddf9f484ab7e685a1f1c3f1.tar.bz2 rtmux-0868512bbc31a7c14ddf9f484ab7e685a1f1c3f1.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2335,7 +2335,7 @@ abc123 Commands which set options are as follows: .Bl -tag -width Ds .It Xo Ic set-option -.Op Fl agoqsuw +.Op Fl aFgoqsuw .Op Fl t Ar target-session | Ar target-window .Ar option Ar value .Xc @@ -2351,6 +2351,8 @@ otherwise a session option. If .Fl g is given, the global session or window option is set. +.Fl F +expands formats in the option value. The .Fl u flag unsets an option, so a session inherits the option from the global @@ -2901,7 +2903,7 @@ The default is .Ql \ -_@ . .El .It Xo Ic set-window-option -.Op Fl agoqu +.Op Fl aFgoqu .Op Fl t Ar target-window .Ar option Ar value .Xc @@ -2909,6 +2911,7 @@ The default is Set a window option. The .Fl a , +.Fl F , .Fl g , .Fl o , .Fl q |