diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-15 22:57:44 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-15 22:57:44 +0200 |
commit | a784216196df764e2bb790efe7a799e9cad5588b (patch) | |
tree | 8c5f1a4c013b92cc1f21ad1341055c3eecc1a759 /doc/source/configuration.rst | |
parent | 80ebe9edc041f7950c8858cd6176830c62b11ada (diff) | |
download | poezio-a784216196df764e2bb790efe7a799e9cad5588b.tar.gz poezio-a784216196df764e2bb790efe7a799e9cad5588b.tar.bz2 poezio-a784216196df764e2bb790efe7a799e9cad5588b.tar.xz poezio-a784216196df764e2bb790efe7a799e9cad5588b.zip |
Fix #2440 (highlight composing tabs)
- add a show_composing_tabs option, default value: "direct"
- todo: find a nice different color for this
Diffstat (limited to 'doc/source/configuration.rst')
-rw-r--r-- | doc/source/configuration.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 9a642883..4d490665 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -439,6 +439,22 @@ or the way messages are displayed. This directory will be created at startup if it doesn't exist + show_composing_tabs + + **Default value:** ``direct`` + + Highlight tabs where the last activity was a "composing" chat state, + which means the contact is currently typing. + + Possible values are: + + - ``direct``: highlight only in one-to-one chats (equiv. of private & conversation) + - ``private``: highlight only in private chats inside chatrooms + - ``conversation``: highlight only in chats with contacts or direct JIDs + - ``muc``: highlight only in chatrooms + - ``true``: highlight all possible tabs (equiv. of muc & private & conversation) + - ``false`` or any other value: don’t highlight anything + user_list_sort **Default value:** ``desc`` |