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/it/autogen/user/buflist_options.adoc | |
parent | d30e2e473b729fd3c13a7421c53e6e18c05097d6 (diff) | |
download | weechat-b67c7a4b29f9dac613f9dc938bc84c413f3a6f38.zip |
buflist: add option buflist.look.add_newline (closes #1027)
Diffstat (limited to 'doc/it/autogen/user/buflist_options.adoc')
-rw-r--r-- | doc/it/autogen/user/buflist_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/it/autogen/user/buflist_options.adoc b/doc/it/autogen/user/buflist_options.adoc index efa2e84c5..6fbb9d8b6 100644 --- a/doc/it/autogen/user/buflist_options.adoc +++ b/doc/it/autogen/user/buflist_options.adoc @@ -86,6 +86,12 @@ ** valori: qualsiasi stringa ** valore predefinito: `+"${color:green}${number}${if:${number_displayed}?.: }"+` +* [[option_buflist.look.add_newline]] *buflist.look.add_newline* +** descrizione: 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] +** tipo: bool +** valori: on, off +** valore predefinito: `+on+` + * [[option_buflist.look.auto_scroll]] *buflist.look.auto_scroll* ** descrizione: pass:none[automatically scroll the buflist bar to always see the current buffer (this works only with a bar on the left/right position with a "vertical" filling); this value is the percent number of lines displayed before the current buffer when scrolling (-1 = disable scroll); for example 50 means that after a scroll, the current buffer is at the middle of bar, 0 means on top of bar, 100 means at bottom of bar] ** tipo: intero |