From 34e36e6bfb26d9a253a8aef1fecaab3030aed9cf Mon Sep 17 00:00:00 2001 From: Eike Plack Date: Thu, 2 Feb 2017 18:24:29 +0100 Subject: [PATCH] Fix doc ui options and manpage * the ncurses_buffer_padding implementation was not merged see #593 --- README.asciidoc | 7 ------- doc/manpages/options.asciidoc | 10 ---------- 2 files changed, 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