| Age | Commit message (Collapse) | Author |
|
If a message comes in on a buffer whose notify level is set to
highlights and higher, then don't update AnyBar activity.
We should only be changing the AnyBar colour when we receive messages
that we want to be notified of based on our configuration.
|
|
|
|
|
|
The `enable` subcommand should be a no-op if the hook is already
enabled.
|
|
Add new commands that enable and disable the print hook. We can use
these commands in terminal focus handlers, to turn on activity
monitoring when WeeChat is not focused, and turn it off once it is
focused.
|
|
Command to clear the activity notification colour from AnyBar and turn
it hollow.
|
|
|
|
Register a `hook_print` to get notified of activity in buffers. This
prints the message to the WeeChat core buffer.
|