summaryrefslogtreecommitdiff
path: root/doc/pages/options.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pages/options.asciidoc')
-rw-r--r--doc/pages/options.asciidoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/pages/options.asciidoc b/doc/pages/options.asciidoc
index e5cb4c38..4a2120ea 100644
--- a/doc/pages/options.asciidoc
+++ b/doc/pages/options.asciidoc
@@ -342,7 +342,7 @@ are exclusively available to built-in options.
*ui_options* `str-to-str-map`::
a list of `key=value` pairs that are forwarded to the user
- interface implementation. The NCurses UI supports the following options:
+ interface implementation. The Terminal UI supports the following options:
*terminal_set_title*:::
if *yes* or *true*, the terminal emulator title will
@@ -385,6 +385,10 @@ are exclusively available to built-in options.
set the maximum allowable width of an info box. set to zero for
no limit.
+ *terminal_cursor_native*:::
+ if *yes* or *true*, use native terminal cursor visibility control
+ instead of Kakoune's cursor management (defaults to *false*)
+
[[startup-info]]
*startup_info_version* `int`::
_default_ 0 +