diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/config.xml | 14 | ||||
-rw-r--r-- | doc/en/weechat_commands.xml | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml index 463e70be7..4630b59e3 100644 --- a/doc/en/config.xml +++ b/doc/en/config.xml @@ -279,6 +279,13 @@ <entry>Use a marker on servers/channels to show first unread line</entry> </row> <row> + <entry><option>look_input_format</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry>'[%n(%m)] '</entry> + <entry>Format for input prompt</entry> +</row> +<row> <entry><option>col_real_white</option></entry> <entry>boolean</entry> <entry>'on' or 'off'</entry> @@ -517,6 +524,13 @@ <entry>Color for input text</entry> </row> <row> + <entry><option>col_input_server</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry>'brown'</entry> + <entry>Color for input text (server name)</entry> +</row> +<row> <entry><option>col_input_channel</option></entry> <entry>color</entry> <entry>Curses or Gtk color</entry> diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index de20fbbcc..ea4c4c8f6 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -193,7 +193,7 @@ Without argument, /unignore command lists all defined ignore. <programlisting> upgrade WeeChat without disconnecting from servers -This command run again WeeChat binary, so it should have been compiled installed with a package manager before running this command. +This command run again WeeChat binary, so it should have been compiled or installed with a package manager before running this command. </programlisting> <command>uptime [-o]</command> |