diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-03 19:15:57 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-03 19:15:57 +0200 |
commit | 0a7b708a1f600bdb8d93c95e1ede7f74b429f99d (patch) | |
tree | 2c7ad8aa7e9a4519229bcede378c4d6e5bec6689 /doc/en/autogen | |
parent | f43eb87d9d35b6232b744a619ffa6005173e27f2 (diff) | |
download | weechat-0a7b708a1f600bdb8d93c95e1ede7f74b429f99d.zip |
core: add options weechat.look.prefix_align_more_after and weechat.look.prefix_buffer_align_more_after
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 98e59f1ee..d7839bc3a 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -94,7 +94,7 @@ ** 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 underline (default value: `white`) * [[option_weechat.color.chat_nick_suffix]] *weechat.color.chat_nick_suffix* -** description: `color for nick suffix (string displayed after nick in suffix)` +** description: `color for nick suffix (string displayed after nick in prefix)` ** 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 underline (default value: `green`) @@ -653,6 +653,11 @@ ** type: string ** values: any string (default value: `"+"`) +* [[option_weechat.look.prefix_align_more_after]] *weechat.look.prefix_align_more_after* +** description: `display the truncature char (by default "+") after the text (by replacing the space that should be displayed here); if disabled, the truncature char replaces last char of text` +** type: boolean +** values: on, off (default value: `on`) + * [[option_weechat.look.prefix_buffer_align]] *weechat.look.prefix_buffer_align* ** description: `prefix alignment for buffer name, when many buffers are merged with same number (none, left, right (default))` ** type: integer @@ -668,6 +673,11 @@ ** type: string ** values: any string (default value: `"+"`) +* [[option_weechat.look.prefix_buffer_align_more_after]] *weechat.look.prefix_buffer_align_more_after* +** description: `display the truncature char (by default "+") after the text (by replacing the space that should be displayed here); if disabled, the truncature char replaces last char of text` +** type: boolean +** values: on, off (default value: `on`) + * [[option_weechat.look.prefix_error]] *weechat.look.prefix_error* ** description: `prefix for error messages, colors are allowed with format "${color}"` ** type: string |