aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-08-04 18:45:57 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-08-04 18:45:57 +0000
commit12ef3ceda13f9ae4c77384f98e6f145322971e69 (patch)
tree0202ba1ce7451cd8d6ce8568f21f17fff5a58842 /tmux.1
parenta0647f1616da3a2b5fc7ce831ea83519832a196e (diff)
downloadrtmux-12ef3ceda13f9ae4c77384f98e6f145322971e69.tar.gz
rtmux-12ef3ceda13f9ae4c77384f98e6f145322971e69.tar.bz2
rtmux-12ef3ceda13f9ae4c77384f98e6f145322971e69.zip
Add a -a flag to set-option and set-window-option to append to an existing
string value, useful for terminal-overrides.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.110
1 files changed, 8 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 15c21486..8264c73f 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1021,12 +1021,17 @@ command.
Commands which set options are as follows:
.Bl -tag -width Ds
.It Xo Ic set-option
-.Op Fl gu
+.Op Fl agu
.Op Fl t Ar target-session
.Ar option Ar value
.Xc
.D1 (alias: Ic set )
Set a session option.
+With
+.Fl a ,
+and if the option expects a string,
+.Ar value
+is appended to the existing setting.
If
.Fl g
is specified, the global session option is set.
@@ -1310,13 +1315,14 @@ for which the
window option is enabled.
.El
.It Xo Ic set-window-option
-.Op Fl gu
+.Op Fl agu
.Op Fl t Ar target-window
.Ar option Ar value
.Xc
.D1 (alias: Ic setw )
Set a window option.
The
+.Fl a ,
.Fl g
and
.Fl u