diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-07 07:42:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-08-07 07:42:07 +0200 |
commit | ded3f7b13c9c809867256e8ae51e28013a8f9346 (patch) | |
tree | c638074ac4a7e157e4c1856f29b6903c167b4999 /doc/en | |
parent | cc92883449c0621e2b94beb617b2a300d02894b4 (diff) | |
download | weechat-ded3f7b13c9c809867256e8ae51e28013a8f9346.zip |
core: update translations
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/irc_options.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.asciidoc b/doc/en/autogen/user/irc_options.asciidoc index 94893a3f0..b175c8bc7 100644 --- a/doc/en/autogen/user/irc_options.asciidoc +++ b/doc/en/autogen/user/irc_options.asciidoc @@ -62,6 +62,11 @@ ** 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 italic, "_" for underline (default value: `default`) +* [[option_irc.color.topic_current]] *irc.color.topic_current* +** description: `color for current channel topic (when joining a channel or using /topic)` +** 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 italic, "_" for underline (default value: `default`) + * [[option_irc.color.topic_new]] *irc.color.topic_new* ** description: `color for new channel topic (when topic is changed)` ** type: color |