diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-05 16:30:13 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-05 16:30:13 +0200 |
commit | c7ce05d5ec3d967cd7afa3cd8acd5183bd1a97bd (patch) | |
tree | 46991d0441ef95e60aaa73e66329fb30798a0290 /doc/ja/autogen/plugin_api | |
parent | 2beefdfc2ae36c4db1d68ab7fdc02c1d7e65ab7a (diff) | |
download | weechat-c7ce05d5ec3d967cd7afa3cd8acd5183bd1a97bd.zip |
core: add hidden buffers, add options hide/unhide in command /buffer
Diffstat (limited to 'doc/ja/autogen/plugin_api')
-rw-r--r-- | doc/ja/autogen/plugin_api/hdata.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ja/autogen/plugin_api/hdata.txt b/doc/ja/autogen/plugin_api/hdata.txt index 109ff2ebe..d837704df 100644 --- a/doc/ja/autogen/plugin_api/hdata.txt +++ b/doc/ja/autogen/plugin_api/hdata.txt @@ -490,6 +490,7 @@ *** 'notify' (integer) *** 'num_displayed' (integer) *** 'active' (integer) +*** 'hidden' (integer) *** 'zoomed' (integer) *** 'print_hooks_enabled' (integer) *** 'day_change' (integer) |