summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-06-30 20:16:19 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-06-30 20:16:19 +0200
commitb17e1bcf8902e88e2f9579101c6a1cfa35d5b83d (patch)
treeb17095e737cb99240ee0fd0c511ead8e7e75ecd7 /doc/en
parentc868a4d3f8b53703ed237dcf31d5e9df93fd9fcb (diff)
downloadweechat-b17e1bcf8902e88e2f9579101c6a1cfa35d5b83d.zip
api: add pointer "_bar_window" in hashtable sent to hook focus callback (closes #1450)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_plugin_api.en.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc
index d60de708f..e9510755b 100644
--- a/doc/en/weechat_plugin_api.en.adoc
+++ b/doc/en/weechat_plugin_api.en.adoc
@@ -12158,6 +12158,10 @@ Content of hashtable sent to callback (keys and values are of type "string"):
| _bar_item_col | Column in bar item. |
"0" ... "n" | "-1"
+
+| _bar_window | Pointer to bar window +
+ _(WeeChat ≥ 2.9)_. |
+ "0x12345678" | ""
|===
[NOTE]