diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-02 10:58:38 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-02 10:58:38 +0100 |
commit | dd32052fec0edff570704d34afbeb9e9baa22168 (patch) | |
tree | ddd178a7d4912596e8122c8137f498a79eb35e34 /doc/en/autogen/user/logger_options.txt | |
parent | cf81a6dfcdb386efc0bf2d054f7da6b6565f2734 (diff) | |
download | weechat-dd32052fec0edff570704d34afbeb9e9baa22168.zip |
core: add support of italic text (requires ncurses >= 5.9 patch 20130831)
Diffstat (limited to 'doc/en/autogen/user/logger_options.txt')
-rw-r--r-- | doc/en/autogen/user/logger_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/logger_options.txt b/doc/en/autogen/user/logger_options.txt index 29bd8f5f7..52a37ff31 100644 --- a/doc/en/autogen/user/logger_options.txt +++ b/doc/en/autogen/user/logger_options.txt @@ -1,12 +1,12 @@ * [[option_logger.color.backlog_end]] *logger.color.backlog_end* ** description: `color for line ending the backlog` ** type: color -** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `darkgray`) +** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline (default value: `darkgray`) * [[option_logger.color.backlog_line]] *logger.color.backlog_line* ** description: `color for backlog lines` ** type: color -** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `darkgray`) +** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline (default value: `darkgray`) * [[option_logger.file.auto_log]] *logger.file.auto_log* ** description: `automatically save content of buffers to files (unless a buffer disables log)` |