diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-19 12:02:41 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-19 12:02:41 +0200 |
commit | 60f2b501177d78769ec50522839983b052820518 (patch) | |
tree | 8c44eff04c366bcadf4e25ea8403695fbd59180b /doc/ja/autogen/user | |
parent | 7ad2744b3358e7d9c369d5371d9681f83a8d3afc (diff) | |
download | weechat-60f2b501177d78769ec50522839983b052820518.zip |
core: add options weechat.look.quote_{nick_prefix|nick_suffix|time_format} to customize quoted messages in cursor mode (closes #403)
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r-- | doc/ja/autogen/user/weechat_options.asciidoc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/weechat_options.asciidoc b/doc/ja/autogen/user/weechat_options.asciidoc index 97f81f03f..f0694d8eb 100644 --- a/doc/ja/autogen/user/weechat_options.asciidoc +++ b/doc/ja/autogen/user/weechat_options.asciidoc @@ -827,6 +827,21 @@ ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"|"`) +* [[option_weechat.look.quote_nick_prefix]] *weechat.look.quote_nick_prefix* +** 説明: `text to display before nick when quoting a message (see /help cursor)` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `"<"`) + +* [[option_weechat.look.quote_nick_suffix]] *weechat.look.quote_nick_suffix* +** 説明: `text to display after nick when quoting a message (see /help cursor)` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `">"`) + +* [[option_weechat.look.quote_time_format]] *weechat.look.quote_time_format* +** 説明: `time format when quoting a message (see /help cursor)` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `"%H:%M:%S"`) + * [[option_weechat.look.read_marker]] *weechat.look.read_marker* ** 説明: `最初の未読行を表示するマーカー (line か char) をバッファ内で使用` ** タイプ: 整数 |