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/it | |
parent | 335ab22a553cc47b1b2acb95c3899e4bcea7ac36 (diff) | |
download | weechat-dc3cdcbb7f230df963657c82d9d050a56b3625b8.zip |
doc: add a question about hotlist in FAQ
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index 54f61faf5..c99f90c5c 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -245,6 +245,35 @@ Per rimuovere l'allineamento dei nick: /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]] === Come posso usare la riga di comando con più di una riga? |