diff options
author | Jeffas <dev@jeffas.io> | 2019-07-16 19:06:22 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-17 16:00:44 -0400 |
commit | 06af5391a37f5bb59571a641ad832e45d8f39f1e (patch) | |
tree | fcfe7d7a5ce5deb7d725031c82c756df7c3dbcba /doc/aerc-config.5.scd | |
parent | 8534720e724f4fd38c7ef4fed1e95bc10aa08bfa (diff) | |
download | aerc-06af5391a37f5bb59571a641ad832e45d8f39f1e.tar.gz |
Add MouseEnabled config setting
This patch adds the ability to control whether aerc captures mouseevents
or not. By default it will be set to not capture events.
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 2f4f9933..2e279cd6 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -96,6 +96,11 @@ These options are configured in the *[ui]* section of aerc.conf. Default: (no folders) +*mouse-enabled* + Enable mouse events in the ui, e.g. clicking and scrolling with the mousewheel + + Default: false + ## VIEWER These options are configured in the *[viewer]* section of aerc.conf. |