diff options
| author | Eike Plack <github@ekie.antares.uberspace.de> | 2017-02-02 18:24:29 +0100 |
|---|---|---|
| committer | Eike Plack <github@ekie.antares.uberspace.de> | 2017-02-02 18:26:05 +0100 |
| commit | 34e36e6bfb26d9a253a8aef1fecaab3030aed9cf (patch) | |
| tree | c6041dbd451187078e64d92b7cb1f959141ebb33 /doc | |
| parent | d90919568a289e6a3e131d8ea6be67e27ebe4d6c (diff) | |
Fix doc ui options and manpage
* the ncurses_buffer_padding implementation was not merged
see #593
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/manpages/options.asciidoc | 10 |
1 files changed, 0 insertions, 10 deletions
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 |
