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/en | |
parent | 7cc61cdbb36b5e75d4e73b947e2690a48a9c9efe (diff) | |
download | weechat-dfdd5b1c5075c689ee20b857c46327f8add848b2.zip |
core: add signals "cursor_start" and "cursor_end"
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 261b01001..604c00b32 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -10554,6 +10554,18 @@ List of signals sent by WeeChat and plugins: Merged buffer unzoomed. | weechat | + [[hook_signal_cursor_start]] cursor_start + + _(WeeChat ≥ 3.2)_ | + - | + Start cursor mode. + +| weechat | + [[hook_signal_cursor_end]] cursor_end + + _(WeeChat ≥ 3.2)_ | + - | + End cursor mode. + +| weechat | [[hook_signal_day_changed]] day_changed + _(WeeChat ≥ 0.3.2)_ | String: new date, format: "2010-01-31". | |