diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-05-01 08:33:52 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-05-01 08:33:52 +0200 |
commit | d8d44d6138f3cebf551e2c19710846905ce00cd9 (patch) | |
tree | babaf2d7cba38f70b288f08d0b668e1f01f3b440 /doc/en | |
parent | 71dd64678c4e206ca6b713a1323785124116f38d (diff) | |
download | weechat-d8d44d6138f3cebf551e2c19710846905ce00cd9.zip |
core: add signals "signal_sigterm" and "signal_sigquit" (closes #114)
Diffstat (limited to 'doc/en')
-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)_ | - | |