aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2021-11-03 13:37:17 +0000
committernicm <nicm>2021-11-03 13:37:17 +0000
commit57100376cc70739f53a1f8a4bacf192b8cdcd124 (patch)
treeba38ff2eea97bea502e9005ed529616008ab4d9e /tmux.1
parent200b6536e13b41a6fed72c0ca4f364f270bfe382 (diff)
downloadrtmux-57100376cc70739f53a1f8a4bacf192b8cdcd124.tar.gz
rtmux-57100376cc70739f53a1f8a4bacf192b8cdcd124.tar.bz2
rtmux-57100376cc70739f53a1f8a4bacf192b8cdcd124.zip
Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.110
1 files changed, 10 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index eb2340e3..4131719c 100644
--- a/tmux.1
+++ b/tmux.1
@@ -4426,6 +4426,16 @@ Each entry in the array defines the colour
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:
+.Ic default ,
+.Ic blinking-block ,
+.Ic block ,
+.Ic blinking-underline ,
+.Ic underline ,
+.Ic blinking-bar ,
+.Ic bar .
+.Pp
.It Xo Ic remain-on-exit
.Op Ic on | off | failed
.Xc