diff options
-rw-r--r-- | man/nvim.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/nvim.1 b/man/nvim.1 index 69b8e18b80..5155add969 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -366,11 +366,11 @@ syntax highlighting definitions. Used to set the 'shell' option, which determines the shell used by the .Ic :terminal command. -.It Ev NVIM_TUI_CURSOR_SHAPE +.It Ev NVIM_TUI_ENABLE_CURSOR_SHAPE If defined, change the cursor shape to a vertical bar while in insert mode. Requires that the host terminal support the DECSCUSR CSI escape sequence. Has no effect in GUIs. -.It Ev NVIM_TUI_TRUE_COLOR +.It Ev NVIM_TUI_ENABLE_TRUE_COLOR If defined, assume the host terminal supports 24 bit colors. Has no effect in GUIs. .El |