summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-03-03 16:15:20 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-03-03 16:15:20 +1100
commita5d27764cd504d671214aac998cdee52d2d0e8fb (patch)
tree4cbbd957f681dce7a16bb091f0e6d05f650457ba /pkg/config
parent43758cbb5f8c61d29d3f437a40d43daf2cebbfec (diff)
support user configuring mouse events to be enabled
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/app_config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index 9ac2fb904..ac8e52c8c 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -234,6 +234,7 @@ func GetDefaultConfig() []byte {
## stuff relating to the UI
scrollHeight: 2
scrollPastBottom: true
+ mouseEvents: false # will default to true when the feature is complete
theme:
activeBorderColor:
- white