diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-15 12:59:32 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-15 12:59:32 +0200 |
commit | d89115d4db73be90d9906236e4797aec0c4fdf41 (patch) | |
tree | 078d5182cd8d20b0d9ca7e46886fc1e6fbd2a207 /doc/it | |
parent | eee81cfe9cfb235ca6f450422fc35e4a29c5f332 (diff) | |
download | weechat-d89115d4db73be90d9906236e4797aec0c4fdf41.zip |
core: add "_chat_line_x" in focus hashtable (for buffers with free content)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index e1bddec96..8c3c82d4c 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -8342,6 +8342,7 @@ Content of hashtable sent to callback (keys and values are of type "string"): | _buffer_plugin | plugin name of buffer | "core", "irc", ... | "" | _buffer_name | name of buffer | "weechat", "freenode.#weechat", ... | "" | _chat | chat area indicator | "0" or "1" | "0" +| _chat_line_x | column in line ^(2)^ | "0" ... "n" | "-1" | _chat_line_y | line number ^(2)^ | "0" ... "n" | "-1" | _chat_line_date | line date | "1313237175" | "0" | _chat_line_date_printed | line date ^(3)^ | "1313237175" | "0" @@ -8364,7 +8365,7 @@ Content of hashtable sent to callback (keys and values are of type "string"): ^(1)^ There are same keys suffixed with "2" (ie: "_x2", "_y2", "_window2", ...) with info on second point (useful only for mouse gestures, to know where mouse button has been released). + -^(2)^ Line number is set only for buffers with free content. + +^(2)^ It is set only for buffers with free content. + ^(3)^ It is date when WeeChat adds line in buffer (greater or equal to "chat_line_date"). |