summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Plack <github@ekie.antares.uberspace.de>2017-02-02 18:24:29 +0100
committerEike Plack <github@ekie.antares.uberspace.de>2017-02-02 18:26:05 +0100
commit34e36e6bfb26d9a253a8aef1fecaab3030aed9cf (patch)
treec6041dbd451187078e64d92b7cb1f959141ebb33
parentd90919568a289e6a3e131d8ea6be67e27ebe4d6c (diff)
Fix doc ui options and manpage
* the ncurses_buffer_padding implementation was not merged see #593
-rw-r--r--README.asciidoc7
-rw-r--r--doc/manpages/options.asciidoc10
2 files changed, 0 insertions, 17 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 0390a57a..9415f00c 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -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.
- `ncurses_wheel_down_button` and `ncurses_wheel_up_button`: 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.
Faces
-----
diff --git a/doc/manpages/options.asciidoc b/doc/manpages/options.asciidoc
index e5a1909a..20fa5ce8 100644
--- a/doc/manpages/options.asciidoc
+++ b/doc/manpages/options.asciidoc
@@ -164,13 +164,3 @@ Builtin options
*ncurses_wheel_down_button*, *ncurses_wheel_up_button*:::
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