diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2024-10-17 17:22:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2024-10-17 17:22:02 +0000 |
commit | a8e9c761d94ee1b1c7c81d5770fa38b8d39b4668 (patch) | |
tree | 805807b25e061060cdff38ba7d8ad3288ca14fad /usr.bin/tmux | |
parent | 66bf0333289e88e071f6e3831828ba0175bca9ad (diff) |
Switch pane-colors and cursor-style options to be in alphabetical order,
from Teubel Gyorgy, GitHub issue 4191.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index eb3d66eaa9b..6e7aebfbebd 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.966 2024/10/17 17:10:41 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.967 2024/10/17 17:22:01 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -5161,13 +5161,6 @@ visible before the application starts reappears unchanged after it exits. .It Ic cursor-colour Ar colour Set the colour of the cursor. .Pp -.It Ic pane-colours[] Ar colour -The default colour palette. -Each entry in the array defines the colour -.Nm -uses when the colour with that index is requested. -The index may be from zero to 255. -.Pp .It Ic cursor-style Ar style Set the style of the cursor. Available styles are: @@ -5179,6 +5172,13 @@ Available styles are: .Ic blinking-bar , .Ic bar . .Pp +.It Ic pane-colours[] Ar colour +The default colour palette. +Each entry in the array defines the colour +.Nm +uses when the colour with that index is requested. +The index may be from zero to 255. +.Pp .It Xo Ic remain-on-exit .Op Ic on | off | failed .Xc |