1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

core: add info about position where mouse button is released in hook_focus (for mouse gestures)

This commit is contained in:
Sebastien Helleu
2011-08-01 18:33:13 +02:00
parent 95b179dd08
commit 217e9683d2
36 changed files with 733 additions and 276 deletions
+2 -1
View File
@@ -1047,7 +1047,8 @@ plugin_api_init ()
&plugin_api_infolist_get_internal, NULL);
hook_infolist (NULL, "key", N_("list of key bindings"),
NULL,
N_("context (\"default\" or \"search\") (optional)"),
N_("context (\"default\", \"search\", \"cursor\" or "
"\"mouse\") (optional)"),
&plugin_api_infolist_get_internal, NULL);
hook_infolist (NULL, "nicklist", N_("nicks in nicklist for a buffer"),
N_("buffer pointer"),