From b455cc9ad7694268346e26fc44a7f6cd7524e877 Mon Sep 17 00:00:00 2001 From: Alexey Yerin Date: Tue, 27 Apr 2021 21:22:35 +0300 Subject: Make mouse support optional To not break existing users, mouse is enabled by default but you have an option to disable it with "mouse: false" in your /.confg/senpai/senpai.yaml. --- config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config.go') 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"` -- cgit v1.2.3