From dd32052fec0edff570704d34afbeb9e9baa22168 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 2 Nov 2013 10:58:38 +0100 Subject: core: add support of italic text (requires ncurses >= 5.9 patch 20130831) --- src/core/wee-config.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/core/wee-config.c') 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, -- cgit v1.2.3