summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-10-02 13:56:19 +0100
committerMaxime Coste <frrrwww@gmail.com>2015-10-02 13:56:19 +0100
commitf7ba2a896cde055049bb43a2d03c2b6c163d1550 (patch)
treeaa7593c0b9aee9448d1e442b73d1deeb95f9fe56 /src
parentfaa3b3b17317077115cc946601ab015b65ab2b37 (diff)
Tweak ui_options docstring
Diffstat (limited to 'src')
-rw-r--r--src/main.cc9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/main.cc b/src/main.cc
index 5764d212..6fb68265 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -227,11 +227,14 @@ void register_options()
Ask);
reg.declare_option("ui_options",
"colon separated list of <key>=<value> options that are "
- "passed to and interpreted by the ncurses user interface\n"
+ "passed to and interpreted by the user interface\n"
+ "\n"
+ "The ncurses ui supports the following options:\n"
"<key>: <value>:\n"
- " ncurses_assistant clippy|cat|bool\n"
+ " ncurses_assistant clippy|cat|none|off\n"
" ncurses_status_on_top bool\n"
- " ncurses_set_title bool\n"
+ " ncurses_set_title bool\n"
+ " ncurses_enable_mouse bool\n"
" ncurses_wheel_up_button int\n"
" ncurses_wheel_down_button int\n",
UserInterface::Options{});