diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-25 19:10:32 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-25 19:10:32 +0200 |
commit | 68d6f1b415c7d04949f8e3aa428cd1a486cf6f70 (patch) | |
tree | 377f4f1016e188f75fa5077a910326220e4d3914 /doc/en/autogen/plugin_api | |
parent | f0685dd1b1fa35dcb149505aaff34a597d7b5889 (diff) | |
download | weechat-68d6f1b415c7d04949f8e3aa428cd1a486cf6f70.zip |
api: add infos "term_colors" and "term_color_pairs"
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/infos.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/infos.adoc b/doc/en/autogen/plugin_api/infos.adoc index eeec4d01f..2a0e777b0 100644 --- a/doc/en/autogen/plugin_api/infos.adoc +++ b/doc/en/autogen/plugin_api/infos.adoc @@ -108,6 +108,10 @@ | weechat | pid | WeeChat PID (process ID) | - +| weechat | term_color_pairs | number of color pairs supported in terminal | - + +| weechat | term_colors | number of colors supported in terminal | - + | weechat | term_height | height of terminal | - | weechat | term_width | width of terminal | - |