diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/config.xml | 21 | ||||
-rw-r--r-- | doc/en/key_functions.xml | 8 | ||||
-rw-r--r-- | doc/en/weechat.en.xml | 10 |
3 files changed, 37 insertions, 2 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml index 0007ebcf8..f085c76f3 100644 --- a/doc/en/config.xml +++ b/doc/en/config.xml @@ -111,6 +111,13 @@ <entry>Max size for nicklist (width or height, depending on look_nicklist_position (0 = no max size; if min == max and > 0, then size is fixed))</entry> </row> <row> + <entry><option>look_nicklist_separator</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry>'on'</entry> + <entry>Separator between chat and nicklist</entry> +</row> +<row> <entry><option>look_no_nickname</option></entry> <entry>string</entry> <entry>any string</entry> @@ -293,6 +300,13 @@ <entry>Color for title bar</entry> </row> <row> + <entry><option>col_title_more</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry>'lightmagenta'</entry> + <entry>Color for '+' when scrolling topic</entry> +</row> +<row> <entry><option>col_title_bg</option></entry> <entry>color</entry> <entry>Curses or Gtk color</entry> @@ -916,6 +930,13 @@ <entry>Allow user to send colors with special codes (%B=bold, %Cxx,yy=color, %U=underline, %R=reverse)</entry> </row> <row> + <entry><option>irc_send_unknown_commands</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry>'off'</entry> + <entry>Send unknown commands to IRC server</entry> +</row> +<row> <entry><option>dcc_auto_accept_files</option></entry> <entry>boolean</entry> <entry>'on' or 'off'</entry> diff --git a/doc/en/key_functions.xml b/doc/en/key_functions.xml index 77f35e9e3..bc04f1bbf 100644 --- a/doc/en/key_functions.xml +++ b/doc/en/key_functions.xml @@ -118,6 +118,14 @@ <entry>scroll to bottom of buffer</entry> </row> <row> + <entry><literal>scroll_topic_left</literal></entry> + <entry>scroll left topic</entry> +</row> +<row> + <entry><literal>scroll_topic_right</literal></entry> + <entry>scroll right topic</entry> +</row> +<row> <entry><literal>nick_beginning</literal></entry> <entry>display beginning of nicklist</entry> </row> diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index d3d5c0ac0..79b335e31 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -619,9 +619,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA </entry> </row> <row> - <entry>F10</entry> + <entry>F9 / F10</entry> <entry> - Remove last infobar message + Scroll topic </entry> </row> <row> @@ -669,6 +669,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA </entry> </row> <row> + <entry>Alt + I</entry> + <entry> + Remove last infobar message + </entry> + </row> + <row> <entry>Alt + J then Alt + D</entry> <entry> Display DCC buffer |