diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-09-16 00:01:25 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-09-16 00:01:25 +0100 |
commit | d346d692ebf36f7d67557c6d777b120dd07f3470 (patch) | |
tree | 4af5940458e051c9b4b44c8d3064f6e156fb0b1c /tmux.1 | |
parent | a5e36a4bd6b81678e419dfc18ec6cec30fb415ad (diff) | |
parent | 63e07b245f898af17657c4655f1251aa43e19d0c (diff) | |
download | rtmux-d346d692ebf36f7d67557c6d777b120dd07f3470.tar.gz rtmux-d346d692ebf36f7d67557c6d777b120dd07f3470.tar.bz2 rtmux-d346d692ebf36f7d67557c6d777b120dd07f3470.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -4340,7 +4340,9 @@ and .Pp A style may be the single term .Ql default -to specify the default style (which may inherit from another option) or a space +to specify the default style (which may come from an option, for example +.Ic status-style +in the status line) or a space or comma separated list of the following: .Bl -tag -width Ds .It Ic fg=colour @@ -4419,6 +4421,20 @@ and .Ic list=right-marker mark the text to be used to mark that text has been trimmed from the left or right of the list if there is not enough space. +.It Xo Ic push-default , +.Ic pop-default +.Xc +Store the current colours and attributes as the default or reset to the previous +default. +A +.Ic push-default +affects any subsequent use of the +.Ic default +term until a +.Ic pop-default . +Only one default may be pushed (each +.Ic push-default +replaces the previous saved default). .It Xo Ic range=left , .Ic range=right , .Ic range=window|X , |