diff options
Diffstat (limited to 'doc/it/weechat_user.it.adoc')
-rw-r--r-- | doc/it/weechat_user.it.adoc | 67 |
1 files changed, 34 insertions, 33 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index cf3daff6b..3e5f24eba 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -240,7 +240,7 @@ List of commonly used options: Compile <<command_aliases,Alias plugin>>. | ENABLE_BUFLIST | `ON`, `OFF` | ON | - Compile <<buflist_plugin,Buflist plugin>>. + Compile <<buflist,Buflist plugin>>. | ENABLE_CHARSET | `ON`, `OFF` | ON | Compile <<charset_plugin,Charset plugin>>. @@ -1438,6 +1438,39 @@ By default WeeChat and its default plugins interpret these variables: External plugins and scripts can define and use other local variables. // TRANSLATION MISSING +[[buflist]] +=== List of buffers + +// TRANSLATION MISSING +Buflist plugin displays a list of buffers in a bar item called "buflist" +(two other bar items "buflist2" and "buflist3" are available as well). + +A default bar "buflist" is created on startup with this item. + +[[buflist_commands]] +==== Comandi + +include::includes/autogen_user_commands.it.adoc[tag=buflist_commands] + +[[buflist_options]] +==== Opzioni + +// TRANSLATION MISSING +Sections in file _buflist.conf_: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|=== +| Section | Control command | Description +| format | /set buflist.format.* | Formats used to display list of buffers. +| look | /set buflist.look.* | Look and feel. +|=== + +// TRANSLATION MISSING +Options: + +include::includes/autogen_user_options.it.adoc[tag=buflist_options] + +// TRANSLATION MISSING [[bare_display]] === Bare display @@ -2846,38 +2879,6 @@ Per saperne di piĆ¹ riguardo lo sviluppo di plugin o script (tramite le API), pe favore consultare link:weechat_plugin_api.it.html[Riferimento API dei Plugin per WeeChat] oppure link:weechat_scripting.it.html[Guida allo Scripting di WeeChat]. -[[buflist_plugin]] -=== Buflist - -// TRANSLATION MISSING -Buflist plugin displays a list of buffers in a bar item called "buflist" -(two other bar items "buflist2" and "buflist3" are available as well). + -A default bar "buflist" is created on startup with this item. - -[[buflist_commands]] -==== Comandi - -include::includes/autogen_user_commands.it.adoc[tag=buflist_commands] - -[[buflist_options]] -==== Opzioni - -// TRANSLATION MISSING -Sections in file _buflist.conf_: - -// TRANSLATION MISSING -[width="100%",cols="3m,6m,16",options="header"] -|=== -| Section | Control command | Description -| format | /set buflist.format.* | Formats used to display list of buffers. -| look | /set buflist.look.* | Look and feel. -|=== - -// TRANSLATION MISSING -Options: - -include::includes/autogen_user_options.it.adoc[tag=buflist_options] - [[charset_plugin]] === Charset |