diff options
Diffstat (limited to 'doc/en/autogen/weechat_options.xml')
-rw-r--r-- | doc/en/autogen/weechat_options.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/en/autogen/weechat_options.xml b/doc/en/autogen/weechat_options.xml index b89ec8d79..1b4a7fd17 100644 --- a/doc/en/autogen/weechat_options.xml +++ b/doc/en/autogen/weechat_options.xml @@ -1734,7 +1734,7 @@ </listitem> </itemizedlist> -<command>weechat.look.save_on_exit</command> +<command>weechat.look.save_config_on_exit</command> <itemizedlist> <listitem> <para>description: save configuration file on exit</para> @@ -1750,6 +1750,22 @@ </listitem> </itemizedlist> +<command>weechat.look.save_layout_on_exit</command> +<itemizedlist> + <listitem> + <para>description: save layout on exit (buffers, windows, or both)</para> + </listitem> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: none, buffers, windows, all</para> + </listitem> + <listitem> + <para>default value: all</para> + </listitem> +</itemizedlist> + <command>weechat.look.scroll_amount</command> <itemizedlist> <listitem> |