diff options
author | Célestin Matte <celestin.matte@gmail.com> | 2014-12-23 18:20:33 +0100 |
---|---|---|
committer | Célestin Matte <celestin.matte@gmail.com> | 2014-12-24 00:29:41 +0100 |
commit | 0ae1ee2fbf0b3b10fbaaa12e7f340f2aedce3621 (patch) | |
tree | 1d93a28c47deaa79cf2fdb094872d7287c102801 /doc/source | |
parent | 1bbdab7f12df2f1cd71db86ba6caf6c888e2a3ad (diff) | |
download | poezio-0ae1ee2fbf0b3b10fbaaa12e7f340f2aedce3621.tar.gz poezio-0ae1ee2fbf0b3b10fbaaa12e7f340f2aedce3621.tar.bz2 poezio-0ae1ee2fbf0b3b10fbaaa12e7f340f2aedce3621.tar.xz poezio-0ae1ee2fbf0b3b10fbaaa12e7f340f2aedce3621.zip |
Add nick_color_aliases (default: true), to look for color of aliases
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/configuration.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 8d82f4bd..219db9a3 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -528,6 +528,15 @@ or the way messages are displayed. The value of this option affects the behavior of :term:`/recolor`. + nick_color_aliases + + **Default value:** ``true`` + + Automatically search for color of nick aliases. For example, if nick is + set to red, _nick, nick_, _nick_, nick__ etc. will have the same color. + Aliases colors are checked first, so that it is still possible to have + different colors for nick_ and nick. + vertical_tab_list_size **Default value:** ``20`` @@ -755,7 +764,6 @@ or the way messages are displayed. be displayed in that color. This color won't be changed by the recolor command. - User Interaction ~~~~~~~~~~~~~~~~ |