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 /src/core/wee-config.c | |
parent | cf81a6dfcdb386efc0bf2d054f7da6b6565f2734 (diff) | |
download | weechat-dd32052fec0edff570704d34afbeb9e9baa22168.zip |
core: add support of italic text (requires ncurses >= 5.9 patch 20130831)
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r-- | src/core/wee-config.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index f50be2040..7143707bf 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2131,8 +2131,9 @@ config_weechat_init_options () weechat_config_file, ptr_section, "emphasized_attributes", "string", N_("attributes for emphasized text: one or more attribute chars (" - "\"*\" for bold, \"!\" for reverse, \"_\" for underline); if the " - "string is empty, the colors weechat.color.emphasized* are used"), + "\"*\" for bold, \"!\" for reverse, \"/\" for italic, \"_\" for " + "underline); if the string is empty, the colors " + "weechat.color.emphasized* are used"), NULL, 0, 0, "", NULL, 0, NULL, NULL, &config_change_emphasized_attributes, NULL, NULL, NULL); config_look_highlight = config_file_new_option ( weechat_config_file, ptr_section, |