From 06af5391a37f5bb59571a641ad832e45d8f39f1e Mon Sep 17 00:00:00 2001 From: Jeffas Date: Tue, 16 Jul 2019 19:06:22 +0100 Subject: 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. --- config/config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/config.go') diff --git a/config/config.go b/config/config.go index 89d2b49..aab3905 100644 --- a/config/config.go +++ b/config/config.go @@ -31,6 +31,7 @@ type UIConfig struct { PreviewHeight int `ini:"preview-height"` EmptyMessage string `ini:"empty-message"` EmptyDirlist string `ini:"empty-dirlist"` + MouseEnabled bool `ini:"mouse-enabled"` } const ( @@ -320,6 +321,7 @@ func LoadConfigFromFile(root *string, sharedir string) (*AercConfig, error) { PreviewHeight: 12, EmptyMessage: "(no messages)", EmptyDirlist: "(no folders)", + MouseEnabled: false, }, } // These bindings are not configurable -- cgit 1.4.1-2-gfad0