summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-05-16 14:27:59 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-05-16 14:40:19 +0200
commitf500c972ddc16d362c131b5caf81b02cdcc976ca (patch)
treefd3b206d8186962b86fd4601257f763804c6135f /doc/en
parentaa86d82796bad746c65693435b5472a44b1beb13 (diff)
downloadweechat-f500c972ddc16d362c131b5caf81b02cdcc976ca.zip
core: update translations (closes #1245, closes #1257)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/includes/autogen_api_infos_hashtable.en.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/includes/autogen_api_infos_hashtable.en.adoc b/doc/en/includes/autogen_api_infos_hashtable.en.adoc
index 2ec1d2232..9d4b98a2b 100644
--- a/doc/en/includes/autogen_api_infos_hashtable.en.adoc
+++ b/doc/en/includes/autogen_api_infos_hashtable.en.adoc
@@ -12,5 +12,7 @@
| irc | irc_message_split | split an IRC message (to fit in 512 bytes by default) | "message": IRC message, "server": server name (optional) | "msg1" ... "msgN": messages to send (without final "\r\n"), "args1" ... "argsN": arguments of messages, "count": number of messages
+| weechat | focus_info | get focus info | "x": x coordinate (string with integer >= 0), "y": y coordinate (string with integer >= 0) | see function "hook_focus" in Plugin API reference
+
|===
// end::infos_hashtable[]