summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-11-01 22:40:29 +0100
committerSébastien Helleu <flashcode@flashtux.org>2014-11-01 22:40:29 +0100
commita834c438c6f7b4a3481d9272b574948958f3b544 (patch)
treedd7f092a88948b393e85504e1154f8bf4d45a17e /doc
parent1a3051188c94b0433c85a78528f9e8298eefd206 (diff)
downloadweechat-a834c438c6f7b4a3481d9272b574948958f3b544.zip
core: add signals "mouse_enabled" and "mouse_disabled" (closes #244)
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_plugin_api.en.asciidoc10
-rw-r--r--doc/fr/weechat_plugin_api.fr.asciidoc10
-rw-r--r--doc/it/weechat_plugin_api.it.asciidoc12
-rw-r--r--doc/ja/weechat_plugin_api.ja.asciidoc12
4 files changed, 44 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc
index ae25da2b6..60f38f86b 100644
--- a/doc/en/weechat_plugin_api.en.asciidoc
+++ b/doc/en/weechat_plugin_api.en.asciidoc
@@ -8272,6 +8272,16 @@ List of signals sent by WeeChat and plugins:
String: key combo |
Key combo in 'cursor' context
+| weechat | mouse_enabled +
+ _(WeeChat ≥ 1.1)_ |
+ - |
+ Mouse enabled
+
+| weechat | mouse_disabled +
+ _(WeeChat ≥ 1.1)_ |
+ - |
+ Mouse disabled
+
| weechat | nicklist_group_added +
_(WeeChat ≥ 0.3.2)_ |
String: buffer pointer + "," + group name |
diff --git a/doc/fr/weechat_plugin_api.fr.asciidoc b/doc/fr/weechat_plugin_api.fr.asciidoc
index f9655e24f..cb073f653 100644
--- a/doc/fr/weechat_plugin_api.fr.asciidoc
+++ b/doc/fr/weechat_plugin_api.fr.asciidoc
@@ -8418,6 +8418,16 @@ Liste des signaux envoyés par WeeChat et les extensions :
Chaîne : combinaison de touches |
Combinaison de touches dans le contexte 'cursor'
+| weechat | mouse_enabled +
+ _(WeeChat ≥ 1.1)_ |
+ - |
+ Souris activée
+
+| weechat | mouse_disabled +
+ _(WeeChat ≥ 1.1)_ |
+ - |
+ Souris désactivée
+
| weechat | nicklist_group_added +
_(WeeChat ≥ 0.3.2)_ |
Chaîne : pointeur tampon + "," + nom du groupe |
diff --git a/doc/it/weechat_plugin_api.it.asciidoc b/doc/it/weechat_plugin_api.it.asciidoc
index f3af1c2aa..01318a8a2 100644
--- a/doc/it/weechat_plugin_api.it.asciidoc
+++ b/doc/it/weechat_plugin_api.it.asciidoc
@@ -8483,6 +8483,18 @@ List of signals sent by WeeChat and plugins:
Key combo in 'cursor' context
// TRANSLATION MISSING
+| weechat | mouse_enabled +
+ _(WeeChat ≥ 1.1)_ |
+ - |
+ Mouse enabled
+
+// TRANSLATION MISSING
+| weechat | mouse_disabled +
+ _(WeeChat ≥ 1.1)_ |
+ - |
+ Mouse disabled
+
+// TRANSLATION MISSING
| weechat | nicklist_group_added +
_(WeeChat ≥ 0.3.2)_ |
String: buffer pointer + "," + group name |
diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc
index ea2e38814..66b1294dd 100644
--- a/doc/ja/weechat_plugin_api.ja.asciidoc
+++ b/doc/ja/weechat_plugin_api.ja.asciidoc
@@ -8266,6 +8266,18 @@ WeeChat とプラグインが送信するシグナルのリスト:
String: キーの組み合わせ |
'cursor' コンテキスト内のキーの組み合わせ
+// TRANSLATION MISSING
+| weechat | mouse_enabled +
+ _(WeeChat ≥ 1.1)_ |
+ - |
+ Mouse enabled
+
+// TRANSLATION MISSING
+| weechat | mouse_disabled +
+ _(WeeChat ≥ 1.1)_ |
+ - |
+ Mouse disabled
+
| weechat | nicklist_group_added +
_(WeeChat バージョン 0.3.2 以上で利用可)_ |
String: バッファポインタ + "," + グループ名 |