summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
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[]