summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-11-02 10:58:38 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-11-02 10:58:38 +0100
commitdd32052fec0edff570704d34afbeb9e9baa22168 (patch)
treeddd178a7d4912596e8122c8137f498a79eb35e34 /src/plugins
parentcf81a6dfcdb386efc0bf2d054f7da6b6565f2734 (diff)
downloadweechat-dd32052fec0edff570704d34afbeb9e9baa22168.zip
core: add support of italic text (requires ncurses >= 5.9 patch 20130831)
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/irc/irc-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c
index f47e85bc2..298b06303 100644
--- a/src/plugins/irc/irc-config.c
+++ b/src/plugins/irc/irc-config.c
@@ -2727,7 +2727,7 @@ irc_config_init ()
"colors_send", "boolean",
N_("allow user to send colors with special codes (ctrl-c + a code and "
"optional color: b=bold, cxx=color, cxx,yy=color+background, "
- "u=underline, r=reverse)"),
+ "i=italic, o=disable color/attributes, r=reverse, u=underline)"),
NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
irc_config_network_lag_check = weechat_config_new_option (
irc_config_file, ptr_section,