diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-09 15:55:11 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-09 15:55:11 +0100 |
commit | 18ff3064cf1f889ce050c2e18b5f827e4dd3de7f (patch) | |
tree | e37a35e4c001f5ee02432282e0fd3b5f630b76e1 /doc/en/autogen | |
parent | ff62f3edff3f2685652b09bc91f37be1f5ce1b6c (diff) | |
download | weechat-18ff3064cf1f889ce050c2e18b5f827e4dd3de7f.zip |
core: add infos "term_width" and "term_height"
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/plugin_api/infos.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/infos.txt b/doc/en/autogen/plugin_api/infos.txt index edae6f78b..81aaee62d 100644 --- a/doc/en/autogen/plugin_api/infos.txt +++ b/doc/en/autogen/plugin_api/infos.txt @@ -42,6 +42,10 @@ | weechat | locale | locale used for translating messages | - +| weechat | term_height | height of terminal | - + +| weechat | term_width | width of terminal | - + | weechat | version | WeeChat version | - | weechat | version_git | WeeChat git version (output of command "git describe" for a development version only, empty for a stable release) | - |