diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-30 10:42:14 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-09-30 10:42:14 +0200 |
commit | b4b1bf052269910ecc219725e4954ca8d5316bc0 (patch) | |
tree | ce54aa0ee8e0fdd907e6366f10f474e0281ea65f /doc/en/autogen | |
parent | 6274ffc8e1507e3864b564ce0bc704a3c96150d8 (diff) | |
download | weechat-b4b1bf052269910ecc219725e4954ca8d5316bc0.zip |
Update some autogen xml doc file (weechat and irc commands)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/irc_commands.xml | 4 | ||||
-rw-r--r-- | doc/en/autogen/weechat_commands.xml | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/doc/en/autogen/irc_commands.xml b/doc/en/autogen/irc_commands.xml index d8928e6e2..21dd4e5c1 100644 --- a/doc/en/autogen/irc_commands.xml +++ b/doc/en/autogen/irc_commands.xml @@ -315,7 +315,7 @@ tell the server to reload its config file <programlisting> tell the server to restart itself </programlisting> -<command>server [list [servername]] | [listfull [servername]] | [add servername hostname[/port] [-auto | -noauto] [-ipv6] [-ssl]] | [copy servername newservername] | [rename servername newservername] | [del servername]</command> +<command>server [list [servername]] | [listfull [servername]] | [add servername hostname[/port] [-auto | -noauto] [-ipv6] [-ssl]] | [copy servername newservername] | [rename servername newservername] | [del servername] | [deloutq] | [switch]</command> <programlisting> list, add or remove servers @@ -332,6 +332,7 @@ servername: server name, for internal and display use rename: rename a server del: delete a server deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending) + switch: switch active server (when one buffer is used for all servers, default key: alt-s on server buffer) Examples: /server listfull @@ -342,6 +343,7 @@ Examples: /server rename oftc newoftc /server del freenode /server deloutq + /server switch </programlisting> <command>service nickname reserved distribution type reserved info</command> <programlisting> diff --git a/doc/en/autogen/weechat_commands.xml b/doc/en/autogen/weechat_commands.xml index dbe88e7c6..37cbad672 100644 --- a/doc/en/autogen/weechat_commands.xml +++ b/doc/en/autogen/weechat_commands.xml @@ -6,7 +6,7 @@ docgen.pl builds XML doc files to include in many languages --> -<command>bar [add barname type[,cond1,cond2,...] position size separator item1,item2,...] | [default] | [del barname|-all] | [set barname name|priority|condition|position|filling|size|separator|items value] | [hide|show barname] | [scroll barname buffer value] | [list] | [listitems]</command> +<command>bar [add barname type[,cond1,cond2,...] position size separator item1,item2,...] | [default] | [del barname|-all] | [set barname option value] | [hide|show barname] | [scroll barname buffer scroll_value] | [list] | [listitems]</command> <programlisting> manage bars @@ -27,11 +27,13 @@ manage bars default: create default bars del: delete a bar (or all bars with -all) set: set a value for a bar property + option: option to change (for options list, look at /set weechat.bar.<barname>.*) + value: new value for option hide: hide a bar show: show an hidden bar scroll: scroll bar up/down buffer: name of buffer to scroll ('*' means current buffer, you should use '*' for root bars) - value: value for scroll: 'x' or 'y', followed by '+', '-', 'b' (beginning) or 'e' (end), value (for +/-), and optional %% (to scroll by %% of width/height, otherwise value is number of chars) + scroll_value: value for scroll: 'x' or 'y', followed by '+', '-', 'b' (beginning) or 'e' (end), value (for +/-), and optional %% (to scroll by %% of width/height, otherwise value is number of chars) list: list all bars listfull: list all bars (verbose) listitems: list all bar items @@ -213,8 +215,8 @@ manage windows right: switch to window on the right splith: split current window horizontally splitv: split current window vertically -resize: resize window size, new size is <pct> pourcentage of parent window +resize: resize window size, new size is <pct> percentage of parent window merge: merge window with another (all = keep only one window) -For splith and splitv, pct is a pourcentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 +For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 </programlisting> |