diff options
author | Simmo Saan <simmo.saan@gmail.com> | 2019-04-13 14:45:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-04-13 14:45:53 +0200 |
commit | 97e90469187d1a03d8abbb636f0c30f40d07c713 (patch) | |
tree | e6e3961dbb5f51a02c7674a0f45245897ed86375 /doc/en/autogen/user/weechat_options.adoc | |
parent | 63c992922cb386b203680b05d4f1d24ed3442bca (diff) | |
download | weechat-97e90469187d1a03d8abbb636f0c30f40d07c713.zip |
core: add option weechat.look.buffer_time_same (closes #1127)
Diffstat (limited to 'doc/en/autogen/user/weechat_options.adoc')
-rw-r--r-- | doc/en/autogen/user/weechat_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.adoc b/doc/en/autogen/user/weechat_options.adoc index fdd4bbe2e..b1f9b6c90 100644 --- a/doc/en/autogen/user/weechat_options.adoc +++ b/doc/en/autogen/user/weechat_options.adoc @@ -596,6 +596,12 @@ ** values: any string ** default value: `+"%H:%M:%S"+` +* [[option_weechat.look.buffer_time_same]] *weechat.look.buffer_time_same* +** description: pass:none[time displayed for a message with same time as previous message: use a space " " to hide time, another string to display this string instead of time, or an empty string to disable feature (always display time) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)] +** type: string +** values: any string +** default value: `+""+` + * [[option_weechat.look.color_basic_force_bold]] *weechat.look.color_basic_force_bold* ** description: pass:none[force "bold" attribute for light colors and "darkgray" in basic colors (this option is disabled by default: bold is used only if terminal has less than 16 colors)] ** type: boolean |