diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/aspell_options.xml | 10 | ||||
-rw-r--r-- | doc/en/autogen/irc_commands.xml | 3 | ||||
-rw-r--r-- | doc/en/autogen/irc_options.xml | 10 | ||||
-rw-r--r-- | doc/en/autogen/weechat_commands.xml | 9 |
4 files changed, 30 insertions, 2 deletions
diff --git a/doc/en/autogen/aspell_options.xml b/doc/en/autogen/aspell_options.xml index 490551962..4977904a8 100644 --- a/doc/en/autogen/aspell_options.xml +++ b/doc/en/autogen/aspell_options.xml @@ -36,6 +36,16 @@ </listitem> </itemizedlist> +<command>aspell.check.real_time</command>: real-time spell checking of words (slower, disabled by default: words are checked only if there's delimiter after) +<itemizedlist> + <listitem> + <para>type: boolean</para> + </listitem> + <listitem> + <para>values: on, off (default value: off)</para> + </listitem> +</itemizedlist> + <command>aspell.check.word_min_length</command>: minimum length for a word to be spell checked (use 0 to check all words) <itemizedlist> <listitem> diff --git a/doc/en/autogen/irc_commands.xml b/doc/en/autogen/irc_commands.xml index 47a4c5553..a7ec7a23f 100644 --- a/doc/en/autogen/irc_commands.xml +++ b/doc/en/autogen/irc_commands.xml @@ -362,7 +362,7 @@ tell the server to reload its config file 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] | [keep servername] | [del servername] | [deloutq] | [switch]</command> +<command>/server [list [servername]] | [listfull [servername]] | [add servername hostname[/port] [-auto | -noauto] [-ipv6] [-ssl]] | [copy servername newservername] | [rename servername newservername] | [keep servername] | [del servername] | [deloutq] | [raw] | [switch]</command> <programlisting> list, add or remove IRC servers @@ -380,6 +380,7 @@ servername: server name, for internal and display use keep: keep server in config file (for temporary servers only) del: delete a server deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending) + raw: open buffer with raw IRC data switch: switch active server (when one buffer is used for all servers, default key: alt-s on server buffer) Examples: diff --git a/doc/en/autogen/irc_options.xml b/doc/en/autogen/irc_options.xml index 4bfdd15ae..50e27d395 100644 --- a/doc/en/autogen/irc_options.xml +++ b/doc/en/autogen/irc_options.xml @@ -166,6 +166,16 @@ </listitem> </itemizedlist> +<command>irc.look.raw_messages</command>: number of IRC raw messages to save in memory when raw data buffer is closed (messages will be displayed when opening raw data buffer) +<itemizedlist> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: 0 .. 65535 (default value: 256)</para> + </listitem> +</itemizedlist> + <command>irc.look.show_away_once</command>: show remote away message only once in private <itemizedlist> <listitem> diff --git a/doc/en/autogen/weechat_commands.xml b/doc/en/autogen/weechat_commands.xml index 8bd7d93cf..0173113dc 100644 --- a/doc/en/autogen/weechat_commands.xml +++ b/doc/en/autogen/weechat_commands.xml @@ -281,7 +281,14 @@ This command run again a WeeChat binary, so it should have been compiled or inst <programlisting> show WeeChat uptime --o: send uptime on current channel as an IRC message +-o: send uptime to current buffer as input +</programlisting> + +<command>/version [-o]</command> +<programlisting> +show WeeChat version and compilation date + +-o: send version to current buffer as input </programlisting> <command>/window [list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv [pct] | resize pct | merge [all] | page_up | page_down | refresh | scroll | scroll_up | scroll_down | scroll_top | scroll_bottom | scroll_previous_highlight | scroll_next_highlight | zoom]</command> |