diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-01 16:07:43 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-01 16:07:43 +0200 |
commit | b67c7a4b29f9dac613f9dc938bc84c413f3a6f38 (patch) | |
tree | 2c175c7beb3f1fd65ba55fd5e627bdd04983e3e4 /doc/de | |
parent | d30e2e473b729fd3c13a7421c53e6e18c05097d6 (diff) | |
download | weechat-b67c7a4b29f9dac613f9dc938bc84c413f3a6f38.zip |
buflist: add option buflist.look.add_newline (closes #1027)
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/autogen/user/buflist_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/de/autogen/user/buflist_options.adoc b/doc/de/autogen/user/buflist_options.adoc index 6b59b3569..111cb4c53 100644 --- a/doc/de/autogen/user/buflist_options.adoc +++ b/doc/de/autogen/user/buflist_options.adoc @@ -86,6 +86,12 @@ ** Werte: beliebige Zeichenkette ** Standardwert: `+"${color:green}${number}${if:${number_displayed}?.: }"+` +* [[option_buflist.look.add_newline]] *buflist.look.add_newline* +** Beschreibung: pass:none[add newline between the buffers displayed, so each buffer is displayed on a separate line (recommended); if disabled, newlines must be manually added in the formats with "${\n}", and the mouse actions are not possible any more] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+on+` + * [[option_buflist.look.auto_scroll]] *buflist.look.auto_scroll* ** Beschreibung: pass:none[scrollt automatisch die buflist-Bar um den aktuellen Buffer darzustellen (dies funktioniert ausschließlich wenn die Bar links/rechts positioniert ist und als Darstellung "vertical" verwendet wird); dieser Wert ist eine prozentuale Angabe wo der aktuelle Buffer angezeigt werden soll (-1 = deaktiviert); zum Beispiel wird bei einem Wert von 50 der Buffer in der Mitte der Bar angezeigt, bei 0 wird der Buffer oben und bei 100 am unteren Rand der Bar angezeigt] ** Typ: integer |