aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2017-05-10 13:05:41 +0000
committernicm <nicm>2017-05-10 13:05:41 +0000
commitb519551153f5451615a9d64966350400e141e540 (patch)
tree1f9c618e1107bed04b6f87f2825bc39995bd1bc4 /tmux.1
parent0e3c5ebe1a229fbb8d829c9413ae013fb2eeb1ed (diff)
downloadrtmux-b519551153f5451615a9d64966350400e141e540.tar.gz
rtmux-b519551153f5451615a9d64966350400e141e540.tar.bz2
rtmux-b519551153f5451615a9d64966350400e141e540.zip
Expand formats in option names and add -F flag to do so in option values as well.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.17
1 files changed, 5 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 96320f56..e38cb185 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2331,7 +2331,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
@@ -2347,6 +2347,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
@@ -2897,7 +2899,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
@@ -2905,6 +2907,7 @@ The default is
Set a window option.
The
.Fl a ,
+.Fl F ,
.Fl g ,
.Fl o ,
.Fl q