diff options
Diffstat (limited to 'doc/en/weechat_plugin_api.en.asciidoc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.asciidoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc index ceef1bb94..a66528c0d 100644 --- a/doc/en/weechat_plugin_api.en.asciidoc +++ b/doc/en/weechat_plugin_api.en.asciidoc @@ -8388,6 +8388,16 @@ List of signals sent by WeeChat and plugins: String: arguments for /quit | Command `/quit` issued by user +| weechat | signal_sigquit + + _(WeeChat ≥ 1.2)_ | + - | + Signal SIGQUIT received (quit request with core dump) + +| weechat | signal_sigterm + + _(WeeChat ≥ 1.2)_ | + - | + Signal SIGTERM received (graceful termination of WeeChat process) + | weechat | signal_sigwinch + _(WeeChat ≥ 0.4.3)_ | - | |