diff options
author | nicm <nicm> | 2021-11-01 09:34:49 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-11-01 09:34:49 +0000 |
commit | 8d2286b76917debc4f6c3b0903ad2807ae254bb5 (patch) | |
tree | 5eb3353a6ecebeb3defb4701f63b75cbcfd81a61 /tmux.1 | |
parent | 4fe5aa99fb203ddb25089955d8814e1065e11a60 (diff) | |
download | rtmux-8d2286b76917debc4f6c3b0903ad2807ae254bb5.tar.gz rtmux-8d2286b76917debc4f6c3b0903ad2807ae254bb5.tar.bz2 rtmux-8d2286b76917debc4f6c3b0903ad2807ae254bb5.zip |
Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue
2959.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4416,6 +4416,9 @@ The alternate screen feature preserves the contents of the window when an interactive application starts and restores it on exit, so that any output visible before the application starts reappears unchanged after it exits. .Pp +.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 |