diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 6 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 6 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 7 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 7 |
4 files changed, 26 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 6d385a461..679638b3e 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -11375,6 +11375,12 @@ List of modifiers defined by WeeChat and plugins that can be used: "1" to keep colors, "0" to remove colors | Any string. | String with ANSI colors converted to WeeChat colors (or ANSI colors removed). + +| [[hook_modifier_color_encode_ansi]] color_encode_ansi + + _(WeeChat ≥ 2.7)_ | + - | + Any string. | + String with WeeChat colors converted to ANSI colors. |=== C example: diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 4aec140e3..b92aa678f 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -11619,6 +11619,12 @@ utilisés : Toute chaîne. | Chaîne avec les couleurs ANSI converties en couleurs WeeChat (ou avec les couleurs ANSI supprimées). + +| [[hook_modifier_color_encode_ansi]] color_encode_ansi + + _(WeeChat ≥ 2.7)_ | + - | + Toute chaîne. | + Chaîne avec les couleurs WeeChat converties en couleurs ANSI. |=== Exemple en C : diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 24a351725..450a3b44e 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -11835,6 +11835,13 @@ List of modifiers defined by WeeChat and plugins that can be used: "1" per mantenere i colori, "0" per rimuovere i colori | Qualsiasi stringa. | String with ANSI colors converted to WeeChat colors (or ANSI colors removed). + +// TRANSLATION MISSING +| [[hook_modifier_color_encode_ansi]] color_encode_ansi + + _(WeeChat ≥ 2.7)_ | + - | + Any string. | + String with WeeChat colors converted to ANSI colors. |=== Esempio in C: diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 358569d01..f46da312d 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -11347,6 +11347,13 @@ WeeChat とプラグインが定義する修飾子のリスト: 色を保持する場合は "1"、削除する場合は "0" | 任意の文字列 | WeeChat 色コードに変換された ANSI 色コードを含む (または ANSI 色コードを削除された) 文字列 + +// TRANSLATION MISSING +| [[hook_modifier_color_encode_ansi]] color_encode_ansi + + _(WeeChat バージョン 2.7 以上で利用可)_ | + - | + 任意の文字列 | + String with WeeChat colors converted to ANSI colors. |=== C 言語での使用例: |