diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-23 17:15:45 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-23 17:15:45 +0200 |
commit | 1b47fdcc4ee185212a125ee9964ee6e54d887a29 (patch) | |
tree | b19ea4467eb8d6ba98a98d8c6772af65c3babd5a /doc | |
parent | cdc5ac77c1ab9a82d6d8e60290fb786d4bb43827 (diff) | |
download | weechat-1b47fdcc4ee185212a125ee9964ee6e54d887a29.zip |
Add modifier "bar_condition_xxx", used to display/hide bars on some windows with custom condition
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index fcc566359..f393cef5c 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -4712,6 +4712,11 @@ Arguments: content of message about to be sent to IRC server | new content of message +| weechat | bar_condition_yyy ^2^ | + string with window pointer ("0x123..") | + empty string | + "1" to display bar, "0" to hide it + | weechat | input_text_content | string with buffer pointer ("0x123..") | input buffer (from user) | @@ -4734,7 +4739,8 @@ Arguments: |======================================== [NOTE] -^1^ 'xxx' is IRC command name. +^1^ 'xxx' is IRC command name. + +^2^ 'yyy' is bar name. * 'callback': function called when modifier is used, arguments: ** 'void *data': pointer |