diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-30 20:22:40 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-30 20:22:40 +0000 |
commit | 70ad116c0fa94eb1b6b26c3dfc1025cb9e987e6f (patch) | |
tree | 7b0a5f720cb12e7d3338282d870b022c0df1c840 /doc | |
parent | 99a34347332c89e831bd6990db692b8ec10ca345 (diff) | |
download | weechat-70ad116c0fa94eb1b6b26c3dfc1025cb9e987e6f.zip |
Added options "look_open_near_server" and "look_nick_complete_first" (patch from Gwenn)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/config.xml | 14 | ||||
-rw-r--r-- | doc/fr/config.xml | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml index b0a4cc20a..bc3c9c340 100644 --- a/doc/en/config.xml +++ b/doc/en/config.xml @@ -69,6 +69,13 @@ <entry>Use same buffer for all servers</entry> </row> <row> + <entry><option>look_open_near_server</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Open new channels/privates near server</entry> +</row> +<row> <entry><option>look_scroll_amount</option></entry> <entry>integer</entry> <entry>between 1 and 2147483647</entry> @@ -160,6 +167,13 @@ <entry>Chars ignored for nick completion</entry> </row> <row> + <entry><option>look_nick_complete_first</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Complete only with first nick found</entry> +</row> +<row> <entry><option>look_infobar</option></entry> <entry>boolean</entry> <entry>'on' or 'off'</entry> diff --git a/doc/fr/config.xml b/doc/fr/config.xml index 81e317621..c18d56ba8 100644 --- a/doc/fr/config.xml +++ b/doc/fr/config.xml @@ -69,6 +69,13 @@ <entry>Utiliser le m�me tampon pour tous les serveurs</entry> </row> <row> + <entry><option>look_open_near_server</option></entry> + <entry>bool�en</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Ouvrir les nouveaux canaux/priv�s pr�s du serveur</entry> +</row> +<row> <entry><option>look_scroll_amount</option></entry> <entry>entier</entry> <entry>entre 1 et 2147483647</entry> @@ -160,6 +167,13 @@ <entry>Caract�res � ignorer pour la compl�tion des pseudos</entry> </row> <row> + <entry><option>look_nick_complete_first</option></entry> + <entry>bool�en</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Compl�ter seulement avec le premier pseudo trouv�</entry> +</row> +<row> <entry><option>look_infobar</option></entry> <entry>bool�en</entry> <entry>'on' ou 'off'</entry> |