diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-20 16:07:27 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-20 16:07:27 +0100 |
commit | 111f8245d88478a0a71e69c1c0ed3872e0bde14f (patch) | |
tree | dc7b8b3d68fd26065e5abfa974665a1313c4aa46 /doc/en/autogen/plugin_api | |
parent | d0c1df309e08420ea8c6ae0c9df9d0a0fbfd1f5b (diff) | |
download | weechat-111f8245d88478a0a71e69c1c0ed3872e0bde14f.zip |
api: add info "pid" (WeeChat PID) (issue #850)
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/infos.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/infos.adoc b/doc/en/autogen/plugin_api/infos.adoc index d41a9f046..6ce9b2753 100644 --- a/doc/en/autogen/plugin_api/infos.adoc +++ b/doc/en/autogen/plugin_api/infos.adoc @@ -58,6 +58,8 @@ | weechat | nick_color_name | get nick color name | nickname +| weechat | pid | WeeChat PID (process ID) | - + | weechat | term_height | height of terminal | - | weechat | term_width | width of terminal | - |