diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-09-24 11:28:33 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-09-24 11:28:33 +0200 |
commit | fb5d40951c3cb8611d42816b71fee6e6cee4413d (patch) | |
tree | ac7e4979cd05118d2b5fbf2d47f1c92f5c3c7b1f /doc/de/autogen/user/weechat_options.txt | |
parent | 7998e60498107430423a05485b818d41e8dce3bd (diff) | |
download | weechat-fb5d40951c3cb8611d42816b71fee6e6cee4413d.zip |
core: add new option weechat.look.color_basic_force_bold, off by default: bold is used only if terminal has less than 16 colors (patch #7621)
Diffstat (limited to 'doc/de/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index e5068edda..58dbfe33a 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -368,6 +368,11 @@ ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"%H:%M:%S"`) +* *weechat.look.color_basic_force_bold* +** Beschreibung: `force "bold" attribute for light colors and "darkgray" in basic colors; off by default: "bold" is used only if terminal has less than 16 colors` +** Typ: boolesch +** Werte: on, off (Standardwert: `off`) + * *weechat.look.color_inactive_buffer* ** Beschreibung: `use a different color for lines in inactive buffer (when line is from a merged buffer not selected)` ** Typ: boolesch |