diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-26 08:53:31 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-26 08:53:31 +0200 |
commit | dfdd5b1c5075c689ee20b857c46327f8add848b2 (patch) | |
tree | 4b3a20851ba51658aec6a9499c16f847c1f42324 /doc/ja | |
parent | 7cc61cdbb36b5e75d4e73b947e2690a48a9c9efe (diff) | |
download | weechat-dfdd5b1c5075c689ee20b857c46327f8add848b2.zip |
core: add signals "cursor_start" and "cursor_end"
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 21fe38997..b88949e48 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -10563,6 +10563,20 @@ WeeChat とプラグインが送信するシグナルのリスト: Pointer: バッファ | マージされたバッファをアンズーム +// TRANSLATION MISSING +| weechat | + [[hook_signal_cursor_start]] cursor_start + + _(WeeChat ≥ 3.2)_ | + - | + Start cursor mode. + +// TRANSLATION MISSING +| weechat | + [[hook_signal_cursor_end]] cursor_end + + _(WeeChat ≥ 3.2)_ | + - | + End cursor mode. + | weechat | [[hook_signal_day_changed]] day_changed + _(WeeChat バージョン 0.3.2 以上で利用可)_ | |