summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-03-25 22:14:32 +0100
committerSébastien Helleu <flashcode@flashtux.org>2017-03-25 22:14:32 +0100
commit9d0ae31fce5dccce56cd2f873daf199e286eff75 (patch)
tree0f58b1de082f499f169bc30163ad7df8371907ef /doc
parent9816c8cbce202c97c5d6fd14260ff7e18a6a97c4 (diff)
downloadweechat-9d0ae31fce5dccce56cd2f873daf199e286eff75.zip
buflist: add option buflist.look.display_conditions
Diffstat (limited to 'doc')
-rw-r--r--doc/de/autogen/user/buflist_commands.adoc3
-rw-r--r--doc/de/autogen/user/buflist_options.adoc6
-rw-r--r--doc/en/autogen/user/buflist_commands.adoc3
-rw-r--r--doc/en/autogen/user/buflist_options.adoc6
-rw-r--r--doc/fr/autogen/user/buflist_commands.adoc3
-rw-r--r--doc/fr/autogen/user/buflist_options.adoc6
-rw-r--r--doc/it/autogen/user/buflist_commands.adoc3
-rw-r--r--doc/it/autogen/user/buflist_options.adoc6
-rw-r--r--doc/ja/autogen/user/buflist_commands.adoc3
-rw-r--r--doc/ja/autogen/user/buflist_options.adoc6
-rw-r--r--doc/pl/autogen/user/buflist_commands.adoc3
-rw-r--r--doc/pl/autogen/user/buflist_options.adoc6
12 files changed, 48 insertions, 6 deletions
diff --git a/doc/de/autogen/user/buflist_commands.adoc b/doc/de/autogen/user/buflist_commands.adoc
index c82246851..4a6950c93 100644
--- a/doc/de/autogen/user/buflist_commands.adoc
+++ b/doc/de/autogen/user/buflist_commands.adoc
@@ -10,7 +10,8 @@
refresh: force the refresh of the "buflist" bar item
-The lines with buffers are displayed using string evaluation (see /help eval for the format), with two main options:
+The lines with buffers are displayed using string evaluation (see /help eval for the format), with these options:
+ - buflist.look.display_conditions: conditions to display a buffer in the list
- buflist.format.buffer: format for a buffer which is not current buffer
- buflist.format.buffer_current: format for the current buffer
diff --git a/doc/de/autogen/user/buflist_options.adoc b/doc/de/autogen/user/buflist_options.adoc
index 62a7e805b..8b9fbcb7d 100644
--- a/doc/de/autogen/user/buflist_options.adoc
+++ b/doc/de/autogen/user/buflist_options.adoc
@@ -62,6 +62,12 @@
** Werte: beliebige Zeichenkette
** Standardwert: `+" ${color:green}[${color:brown}${lag}${color:green}]"+`
+* [[option_buflist.look.display_conditions]] *buflist.look.display_conditions*
+** Beschreibung: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist)]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"${buffer.hidden}==0"+`
+
* [[option_buflist.look.signals_refresh]] *buflist.look.signals_refresh*
** Beschreibung: pass:none[comma-separated list of signals that are hooked and trigger the refresh of buffers list]
** Typ: Zeichenkette
diff --git a/doc/en/autogen/user/buflist_commands.adoc b/doc/en/autogen/user/buflist_commands.adoc
index c82246851..4a6950c93 100644
--- a/doc/en/autogen/user/buflist_commands.adoc
+++ b/doc/en/autogen/user/buflist_commands.adoc
@@ -10,7 +10,8 @@
refresh: force the refresh of the "buflist" bar item
-The lines with buffers are displayed using string evaluation (see /help eval for the format), with two main options:
+The lines with buffers are displayed using string evaluation (see /help eval for the format), with these options:
+ - buflist.look.display_conditions: conditions to display a buffer in the list
- buflist.format.buffer: format for a buffer which is not current buffer
- buflist.format.buffer_current: format for the current buffer
diff --git a/doc/en/autogen/user/buflist_options.adoc b/doc/en/autogen/user/buflist_options.adoc
index bde041a38..6e42890df 100644
--- a/doc/en/autogen/user/buflist_options.adoc
+++ b/doc/en/autogen/user/buflist_options.adoc
@@ -62,6 +62,12 @@
** values: any string
** default value: `+" ${color:green}[${color:brown}${lag}${color:green}]"+`
+* [[option_buflist.look.display_conditions]] *buflist.look.display_conditions*
+** description: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist)]
+** type: string
+** values: any string
+** default value: `+"${buffer.hidden}==0"+`
+
* [[option_buflist.look.signals_refresh]] *buflist.look.signals_refresh*
** description: pass:none[comma-separated list of signals that are hooked and trigger the refresh of buffers list]
** type: string
diff --git a/doc/fr/autogen/user/buflist_commands.adoc b/doc/fr/autogen/user/buflist_commands.adoc
index 8ea5758e8..6d7a99145 100644
--- a/doc/fr/autogen/user/buflist_commands.adoc
+++ b/doc/fr/autogen/user/buflist_commands.adoc
@@ -10,7 +10,8 @@
refresh : forcer le rafraichissement de l'objet de barre "buflist"
-Les lignes avec les tampons sont affichées en utilisant l'évaluation de chaînes (voir /help eval pour le format), avec deux options principales :
+Les lignes avec les tampons sont affichées en utilisant l'évaluation de chaînes (voir /help eval pour le format), avec ces options :
+ - buflist.look.display_conditions : conditions pour afficher un tampon dans la liste
- buflist.format.buffer : format pour un tampon qui n'est pas le tampon courant
- buflist.format.buffer_current: format pour le tampon courant
diff --git a/doc/fr/autogen/user/buflist_options.adoc b/doc/fr/autogen/user/buflist_options.adoc
index 46c05431a..8bb6d34d4 100644
--- a/doc/fr/autogen/user/buflist_options.adoc
+++ b/doc/fr/autogen/user/buflist_options.adoc
@@ -62,6 +62,12 @@
** valeurs: toute chaîne
** valeur par défaut: `+" ${color:green}[${color:brown}${lag}${color:green}]"+`
+* [[option_buflist.look.display_conditions]] *buflist.look.display_conditions*
+** description: pass:none[conditions pour afficher un tampon (note : le contenu est évalué, voir /help buflist)]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"${buffer.hidden}==0"+`
+
* [[option_buflist.look.signals_refresh]] *buflist.look.signals_refresh*
** description: pass:none[liste de signaux séparés par des virgules qui sont accrochés et déclenchent l'affichage de la liste des tampons]
** type: chaîne
diff --git a/doc/it/autogen/user/buflist_commands.adoc b/doc/it/autogen/user/buflist_commands.adoc
index c82246851..4a6950c93 100644
--- a/doc/it/autogen/user/buflist_commands.adoc
+++ b/doc/it/autogen/user/buflist_commands.adoc
@@ -10,7 +10,8 @@
refresh: force the refresh of the "buflist" bar item
-The lines with buffers are displayed using string evaluation (see /help eval for the format), with two main options:
+The lines with buffers are displayed using string evaluation (see /help eval for the format), with these options:
+ - buflist.look.display_conditions: conditions to display a buffer in the list
- buflist.format.buffer: format for a buffer which is not current buffer
- buflist.format.buffer_current: format for the current buffer
diff --git a/doc/it/autogen/user/buflist_options.adoc b/doc/it/autogen/user/buflist_options.adoc
index 06b88b05b..f9d30996e 100644
--- a/doc/it/autogen/user/buflist_options.adoc
+++ b/doc/it/autogen/user/buflist_options.adoc
@@ -62,6 +62,12 @@
** valori: qualsiasi stringa
** valore predefinito: `+" ${color:green}[${color:brown}${lag}${color:green}]"+`
+* [[option_buflist.look.display_conditions]] *buflist.look.display_conditions*
+** descrizione: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist)]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"${buffer.hidden}==0"+`
+
* [[option_buflist.look.signals_refresh]] *buflist.look.signals_refresh*
** descrizione: pass:none[comma-separated list of signals that are hooked and trigger the refresh of buffers list]
** tipo: stringa
diff --git a/doc/ja/autogen/user/buflist_commands.adoc b/doc/ja/autogen/user/buflist_commands.adoc
index c82246851..4a6950c93 100644
--- a/doc/ja/autogen/user/buflist_commands.adoc
+++ b/doc/ja/autogen/user/buflist_commands.adoc
@@ -10,7 +10,8 @@
refresh: force the refresh of the "buflist" bar item
-The lines with buffers are displayed using string evaluation (see /help eval for the format), with two main options:
+The lines with buffers are displayed using string evaluation (see /help eval for the format), with these options:
+ - buflist.look.display_conditions: conditions to display a buffer in the list
- buflist.format.buffer: format for a buffer which is not current buffer
- buflist.format.buffer_current: format for the current buffer
diff --git a/doc/ja/autogen/user/buflist_options.adoc b/doc/ja/autogen/user/buflist_options.adoc
index 5689b13ed..54cc65102 100644
--- a/doc/ja/autogen/user/buflist_options.adoc
+++ b/doc/ja/autogen/user/buflist_options.adoc
@@ -62,6 +62,12 @@
** 値: 未制約文字列
** デフォルト値: `+" ${color:green}[${color:brown}${lag}${color:green}]"+`
+* [[option_buflist.look.display_conditions]] *buflist.look.display_conditions*
+** 説明: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist)]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"${buffer.hidden}==0"+`
+
* [[option_buflist.look.signals_refresh]] *buflist.look.signals_refresh*
** 説明: pass:none[comma-separated list of signals that are hooked and trigger the refresh of buffers list]
** タイプ: 文字列
diff --git a/doc/pl/autogen/user/buflist_commands.adoc b/doc/pl/autogen/user/buflist_commands.adoc
index c82246851..4a6950c93 100644
--- a/doc/pl/autogen/user/buflist_commands.adoc
+++ b/doc/pl/autogen/user/buflist_commands.adoc
@@ -10,7 +10,8 @@
refresh: force the refresh of the "buflist" bar item
-The lines with buffers are displayed using string evaluation (see /help eval for the format), with two main options:
+The lines with buffers are displayed using string evaluation (see /help eval for the format), with these options:
+ - buflist.look.display_conditions: conditions to display a buffer in the list
- buflist.format.buffer: format for a buffer which is not current buffer
- buflist.format.buffer_current: format for the current buffer
diff --git a/doc/pl/autogen/user/buflist_options.adoc b/doc/pl/autogen/user/buflist_options.adoc
index e65dd88d6..1e58e8347 100644
--- a/doc/pl/autogen/user/buflist_options.adoc
+++ b/doc/pl/autogen/user/buflist_options.adoc
@@ -62,6 +62,12 @@
** wartości: dowolny ciąg
** domyślna wartość: `+" ${color:green}[${color:brown}${lag}${color:green}]"+`
+* [[option_buflist.look.display_conditions]] *buflist.look.display_conditions*
+** opis: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist)]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"${buffer.hidden}==0"+`
+
* [[option_buflist.look.signals_refresh]] *buflist.look.signals_refresh*
** opis: pass:none[comma-separated list of signals that are hooked and trigger the refresh of buffers list]
** typ: ciąg