Fix doc ui options and manpage
* the ncurses_buffer_padding implementation was not merged see #593
This commit is contained in:
parent
d90919568a
commit
34e36e6bfb
|
@ -972,13 +972,6 @@ Some options are built in Kakoune, and can be used to control it's behaviour:
|
||||||
changing if the terminfo enables it but the terminal does not support it.
|
changing if the terminfo enables it but the terminal does not support it.
|
||||||
- `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
|
||||||
-----
|
-----
|
||||||
|
|
|
@ -164,13 +164,3 @@ Builtin options
|
||||||
|
|
||||||
*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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user