diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-01 08:15:07 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-01 08:15:07 +0100 |
commit | dc3cdcbb7f230df963657c82d9d050a56b3625b8 (patch) | |
tree | 8271d41553b0d2b3f3e8e14db8a8f893b2e6d7c3 /doc/ja | |
parent | 335ab22a553cc47b1b2acb95c3899e4bcea7ac36 (diff) | |
download | weechat-dc3cdcbb7f230df963657c82d9d050a56b3625b8.zip |
doc: add a question about hotlist in FAQ
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_faq.ja.adoc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc index e5b67a7cd..01cd5060a 100644 --- a/doc/ja/weechat_faq.ja.adoc +++ b/doc/ja/weechat_faq.ja.adoc @@ -227,6 +227,35 @@ kbd:[Alt+k] の後にキーを押してください。 /set weechat.look.prefix_align none ---- +// TRANSLATION MISSING +[[status_hotlist]] +=== What does mean the [H: 3(1,8), 2(4)] in status bar? + +This is called the "hotlist", a list of buffers with the number of unread +messages, by order: highlights, private messages, messages, other messages +(like join/part). + +The number of "unread message" is the number of new messages displayed/received +since you visited the buffer. + +In the example `[H: 3(1,8), 2(4)]`, there are: + +* one highlight and 8 unread messages on buffer #3, +* 4 unread messages on buffer #2. + +The color of the buffer/counter depends on the type of message, default colors +are: + +* highlight: `lightmagenta` / `magenta` +* private message: `lightgreen` / `green` +* message: `yellow` / `brown` +* other message: `default` / `default` (color of text in terminal) + +These colors can be changed with the options __weechat.color.status_data_*__ +(buffers) and __weechat.color.status_count_*__ (counters). + +Other hotlist options can be changed with the options __weechat.look.hotlist_*__. + +See user's guide for more info about the hotlist (screen layout). + [[input_bar_size]] === コマンドラインの行数を増やすにはどうすればいいですか。 |