diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-31 19:03:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-31 19:03:30 +0100 |
commit | ccb08945a1c8fbbcdbd1b8df980e0b5489564ccf (patch) | |
tree | f59a7ad0a351a0faed6ac0c803f559c54ae47c3a /doc/de/weechat_faq.de.txt | |
parent | 773effbb3ab16934b82b270bd8c684c33d562314 (diff) | |
download | weechat-ccb08945a1c8fbbcdbd1b8df980e0b5489564ccf.zip |
Dynamically allocate color pairs
This commit introduces major changes in 256 colors support:
- extended colors can be used without being added with command "/color add"
- background color is now allowed for nick colors (using slash separator)
Diffstat (limited to 'doc/de/weechat_faq.de.txt')
-rw-r--r-- | doc/de/weechat_faq.de.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/de/weechat_faq.de.txt b/doc/de/weechat_faq.de.txt index 4dde56d35..18297d8a1 100644 --- a/doc/de/weechat_faq.de.txt +++ b/doc/de/weechat_faq.de.txt @@ -265,7 +265,12 @@ Umgebungsvariable durchgeführt werden, ohne das WeeChat neu gestartet werden mu /upgrade ---------------------------------------- -Mit dem Befehl `/color` können die Farben ganz einfach in WeeChat angepasst werden. +// TRANSLATION MISSING +For version 0.3.4, you must use command `/color` to add new colors. + +// TRANSLATION MISSING +For versions > = 0.3.5, you can use any color number in options (optional: you +can add color aliases with command `/color`). Weiterführende Informationen zum Farbmanagement erhält man in der Benutzeranleitung. |