about summary refs log tree commit diff stats
path: root/config/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.go')
-rw-r--r--config/config.go2
1 files changed, 2 insertions, 0 deletions
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