diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-02-04 18:20:16 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-02-04 18:20:16 +0000 |
commit | 604b02cfaa59cf65623b828baf310b5998674cd0 (patch) | |
tree | 7276b130355cf13b4106aadc49b3a94d6d132f53 /tmux.1 | |
parent | d6bd9c0e7f6f891774fd9d083bdff2c0e56231dd (diff) | |
download | rtmux-604b02cfaa59cf65623b828baf310b5998674cd0.tar.gz rtmux-604b02cfaa59cf65623b828baf310b5998674cd0.tar.bz2 rtmux-604b02cfaa59cf65623b828baf310b5998674cd0.zip |
Option to display the active pane in a different colour with the display-panes
command. From Paul Hoffman, thanks.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -751,9 +751,10 @@ This command works only from inside Display a visible indicator of each pane shown by .Ar target-client . See the -.Ic display-panes-time +.Ic display-panes-time , +.Ic display-panes-colour , and -.Ic display-panes-colour +.Ic display-panes-active-colour session options. While the indicator is on screen, a pane may be selected with the .Ql 0 @@ -1398,10 +1399,14 @@ to work correctly, this be set to .Ql screen or a derivative of it. +.It Ic display-panes-active-colour Ar colour +Set the colour used by the +.Ic display-panes +command to show the indicator for the active pane. .It Ic display-panes-colour Ar colour -Set the colour used for the +Set the colour used by the .Ic display-panes -command. +command to show the indicators for inactive panes. .It Ic display-panes-time Ar time Set the time in milliseconds for which the indicators shown by the .Ic display-panes |