summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_plugin_api.en.txt3
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt4
-rw-r--r--doc/it/weechat_plugin_api.it.txt3
3 files changed, 6 insertions, 4 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index b48d66f08..7dd9e654a 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -8285,6 +8285,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"
@@ -8307,7 +8308,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").
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt
index fa0c258d2..1e8d69403 100644
--- a/doc/fr/weechat_plugin_api.fr.txt
+++ b/doc/fr/weechat_plugin_api.fr.txt
@@ -8422,6 +8422,7 @@ Contenu de la hashtable envoyée au "callback" (les clés et valeurs sont de typ
| _buffer_plugin | nom d'extension du tampon | "core", "irc", ... | ""
| _buffer_name | nom du tampon | "weechat", "freenode.#weechat", ... | ""
| _chat | indicateur zone "chat" | "0" ou "1" | "0"
+| _chat_line_x | colonne de la ligne ^(2)^ | "0" ... "n" | "-1"
| _chat_line_y | numéro de ligne ^(2)^ | "0" ... "n" | "-1"
| _chat_line_date | date de la ligne | "1313237175" | "0"
| _chat_line_date_printed | date de la ligne ^(3)^ | "1313237175" | "0"
@@ -8445,8 +8446,7 @@ Contenu de la hashtable envoyée au "callback" (les clés et valeurs sont de typ
"_window2", ...) avec l'information sur le second point (pratique seulement
pour les gestes de souris, pour savoir où le bouton de la souris a été
relâché). +
-^(2)^ Le numéro de ligne n'est renseigné que pour les tampons avec contenu
-libre. +
+^(2)^ Renseigné seulement pour les tampons avec contenu libre. +
^(3)^ Il s'agit de la date lorsque WeeChat ajoute la ligne dans le tampon
(supérieure ou égale à "chat_line_date").
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").