From 0e05c4644e945e8ab0180c9b5f7c0b6f67699260 Mon Sep 17 00:00:00 2001 From: Nikhil Verma Date: Thu, 18 Sep 2025 23:10:44 -0400 Subject: [PATCH] fix: update yaml field for ignoring mouse events --- pkg/config/app_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go index 9c0ad474..0732d26a 100644 --- a/pkg/config/app_config.go +++ b/pkg/config/app_config.go @@ -90,7 +90,7 @@ type GuiConfig struct { // IgnoreMouseEvents is for when you do not want to use your mouse to interact // with anything - IgnoreMouseEvents bool `yaml:"mouseEvents,omitempty"` + IgnoreMouseEvents bool `yaml:"ignoreMouseEvents,omitempty"` // Theme determines what colors and color attributes your panel borders have. // I always set inactiveBorderColor to black because in my terminal it's more