summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.go b/config.go
index dde65de..fcd4cc3 100644
--- a/config.go
+++ b/config.go
@@ -16,6 +16,7 @@ type Config struct {
NoTLS bool `yaml:"no-tls"`
NoTypings bool `yaml:"no-typings"`
+ Mouse *bool
Highlights []string
OnHighlight string `yaml:"on-highlight"`