From fbcc979117cca2fbb120b7e95573cb88eb53a56c Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 6 Apr 2015 20:53:01 +0100 Subject: [PATCH] Complete documentation on ncurses ui options --- README.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index cc133fe1..15a891d8 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -719,6 +719,10 @@ Some options are built in Kakoune, and can be used to control it's behaviour: the user interface implementation. The NCurses UI support the following option: - `ncurses_status_on_top`: if `yes`, or `true` the status line will be placed at the top of the terminal rather than at the bottom. + - `ncurses_assistant`: specify the nice assistant you get in info boxes, can + be 'clippy' (the default), 'cat' or 'none' + - `ncurses_wheel_down_button` and `ncurses_wheel_up_button`: specify which + button send for wheel down/up events. Faces -----