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/it/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/it/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 21b716177..9c76d6dfc 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -368,6 +368,11 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"%H:%M:%S"`) +* *weechat.look.color_basic_force_bold* +** descrizione: `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` +** tipo: bool +** valori: on, off (valore predefinito: `off`) + * *weechat.look.color_inactive_buffer* ** descrizione: `use a different color for lines in inactive buffer (when line is from a merged buffer not selected)` ** tipo: bool |