Document missing options related to mouse support

This commit is contained in:
Frank LENORMAND 2016-10-29 10:48:02 +03:00
parent 965cd8e0c3
commit 0f8981a9df
2 changed files with 21 additions and 0 deletions

View File

@ -931,8 +931,16 @@ Some options are built in Kakoune, and can be used to control it's behaviour:
at the top of the terminal rather than at the bottom. at the top of the terminal rather than at the bottom.
- `ncurses_assistant`: specify the nice assistant you get in info boxes, can - `ncurses_assistant`: specify the nice assistant you get in info boxes, can
be 'clippy' (the default), 'cat' or 'none' be 'clippy' (the default), 'cat' or 'none'
- `ncurses_enable_mouse`: boolean option that enables mouse support
- `ncurses_wheel_down_button` and `ncurses_wheel_up_button`: specify which - `ncurses_wheel_down_button` and `ncurses_wheel_up_button`: specify which
button send for wheel down/up events. button send for wheel down/up events.
- `ncurses_buffer_padding_str`: string that will be used to mark the
end of the buffer.
- `ncurses_buffer_padding_type`: if set to `fill`, the padding string
will fill the entire space between the end of the buffer and the
bottom of the current window, if set to `single` the padding
string will be inserted once at the end of the buffer. A value of
`off` disables any kind of padding.
Faces Faces
----- -----

View File

@ -155,5 +155,18 @@ Builtin options
specify the nice assistant you get in info boxes, specify the nice assistant you get in info boxes,
can be *clippy* (the default), *cat* or *none* can be *clippy* (the default), *cat* or *none*
*ncurses_enable_mouse*:::
boolean option that enables mouse support
*ncurses_wheel_down_button*, *ncurses_wheel_up_button*::: *ncurses_wheel_down_button*, *ncurses_wheel_up_button*:::
specify which button send for wheel down/up events specify which button send for wheel down/up events
*ncurses_buffer_padding_str*:::
string that will be used to mark the end of the buffer
*ncurses_buffer_padding_type*:::
if set to `fill`, the padding string will fill the entire space
between the end of the buffer and the bottom of the current
window, if set to `single` the padding string will be inserted
once at the end of the buffer. A value of `off` disables any
kind of padding