diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/irc_options.asciidoc | 10 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_options.asciidoc | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/en/autogen/user/irc_options.asciidoc b/doc/en/autogen/user/irc_options.asciidoc index 2197a82b3..d8e7d6c2b 100644 --- a/doc/en/autogen/user/irc_options.asciidoc +++ b/doc/en/autogen/user/irc_options.asciidoc @@ -7,11 +7,6 @@ ** 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: `lightcyan`) -* [[option_irc.color.item_away]] *irc.color.item_away* -** description: `color for away item` -** 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: `yellow`) - * [[option_irc.color.item_channel_modes]] *irc.color.item_channel_modes* ** description: `color for channel modes, near channel name` ** type: color @@ -197,11 +192,6 @@ ** type: string ** values: any string (default value: `"irc_privmsg,irc_notice"`) -* [[option_irc.look.item_away_message]] *irc.look.item_away_message* -** description: `display server away message in away bar item` -** type: boolean -** values: on, off (default value: `on`) - * [[option_irc.look.item_channel_modes_hide_args]] *irc.look.item_channel_modes_hide_args* ** description: `hide channel modes arguments if at least one of these modes is in channel modes ("*" to always hide all arguments, empty value to never hide arguments); example: "kf" to hide arguments if "k" or "f" are in channel modes` ** type: string diff --git a/doc/en/autogen/user/weechat_options.asciidoc b/doc/en/autogen/user/weechat_options.asciidoc index d60102138..6911594b3 100644 --- a/doc/en/autogen/user/weechat_options.asciidoc +++ b/doc/en/autogen/user/weechat_options.asciidoc @@ -222,6 +222,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: `red`) +* [[option_weechat.color.item_away]] *weechat.color.item_away* +** description: `text color for away item` +** 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: `yellow`) + * [[option_weechat.color.nicklist_away]] *weechat.color.nicklist_away* ** description: `text color for away nicknames` ** type: color @@ -677,6 +682,11 @@ ** type: integer ** values: 0 .. 65535 (default value: `32`) +* [[option_weechat.look.item_away_message]] *weechat.look.item_away_message* +** description: `display server away message in away bar item` +** type: boolean +** values: on, off (default value: `on`) + * [[option_weechat.look.item_buffer_filter]] *weechat.look.item_buffer_filter* ** description: `string used to show that some lines are filtered in current buffer (bar item "buffer_filter")` ** type: string |