diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-08-19 11:09:38 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-08-19 11:09:38 +0000 |
commit | 904ed30e8264110c467b78c4d1837a9582de562a (patch) | |
tree | ba00858df58faa642bb424abfa1b1e6c87220117 /doc/en/weechat_commands.xml | |
parent | f7829701587c9e4964085dcdb7ee8233d9bd24a0 (diff) | |
download | weechat-904ed30e8264110c467b78c4d1837a9582de562a.zip |
Added missing API plugin functions in doc: mkdir_home, get_irc_color, input_color, get_window_info, free_window_info, get_buffer_info, free_buffer_info, get_buffer_data, free_buffer_data. Removed /panel command for release.
Diffstat (limited to 'doc/en/weechat_commands.xml')
-rw-r--r-- | doc/en/weechat_commands.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index 033bf33a0..bb4823b66 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -123,17 +123,6 @@ functions: list internal functions for key bindings reset: restore bindings to the default values and delete ALL personal bindings (use carefully!) </programlisting> -<command>panel [list | add type position size | resize # size | close # | move #1 #2]</command> -<programlisting> -manage panels - - list: list open panels (no parameter implies this list) - add: add a panel, type is global|local, position is top|bottom|left|right - resize: resize a panel with a new size (may be relative, for example -1) - close: close a panel by number - move: move a panel to another number (may be relative, for example -1) - -</programlisting> <command>plugin [load filename] | [autoload] | [reload] | [unload]</command> <programlisting> list/load/unload plugins |