diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-14 18:03:29 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-14 18:03:29 +0200 |
commit | 1ca036e8d97f660b5bd8d154356d0a622aa40908 (patch) | |
tree | b92ecf95a776feb08d0c1f4b726ba8f340c75a87 /doc/it/weechat_plugin_api.it.txt | |
parent | 84d097a02205bfe43bff4628ac744171816c0336 (diff) | |
download | weechat-1ca036e8d97f660b5bd8d154356d0a622aa40908.zip |
core: return empty string for window and buffer pointers in focus hashtable when value is N/A
Diffstat (limited to 'doc/it/weechat_plugin_api.it.txt')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 7448fe3ff..e1bddec96 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -8335,9 +8335,9 @@ Content of hashtable sent to callback (keys and values are of type "string"): | _x | column on screen 2+| "0" ... "n" | _y | line on screen 2+| "0" ... "n" | _key | key or mouse event 2+| "button1", "button2-gesture-left", ... -| _window | pointer to window | "0x12345678" | "0x0" +| _window | pointer to window | "0x12345678" | "" | _window_number | number of window | "1" ... "n" | "*" -| _buffer | pointer to buffer | "0x12345678" | "0x0" +| _buffer | pointer to buffer | "0x12345678" | "" | _buffer_number | number of buffer | "1" ... "n" | "-1" | _buffer_plugin | plugin name of buffer | "core", "irc", ... | "" | _buffer_name | name of buffer | "weechat", "freenode.#weechat", ... | "" |