summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-09-21 13:54:36 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-09-21 13:54:36 +0200
commite1a461279731877ad66298d9c0576997474453af (patch)
treedeb81f9f0b023a969e3592d15936aecdec3907cc /doc/it
parentde456363882d54f18d6fd8614c6d5431d7402824 (diff)
downloadweechat-e1a461279731877ad66298d9c0576997474453af.zip
core: ignore color codes in ${length:xxx} and ${lengthscr:xxx}
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_plugin_api.it.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc
index 72b139616..e874795d0 100644
--- a/doc/it/weechat_plugin_api.it.adoc
+++ b/doc/it/weechat_plugin_api.it.adoc
@@ -2584,7 +2584,7 @@ expanded to last):
| `+${length:xxx}+` +
(_WeeChat ≥ 2.7_) |
- Length of string (number of UTF-8 chars). |
+ Length of string (number of UTF-8 chars), color codes are ignored. |
`+${length:test}+` +
`+${length:こんにちは世界}+` |
`+4+` +
@@ -2592,7 +2592,7 @@ expanded to last):
| `+${lengthscr:xxx}+` +
(_WeeChat ≥ 2.7_) |
- Length of string displayed on screen. |
+ Length of string displayed on screen, color codes are ignored. |
`+${lengthscr:test}+` +
`+${lengthscr:こんにちは世界}+` |
`+4+` +