fix: update yaml field for ignoring mouse events

This commit is contained in:
Nikhil Verma 2025-09-18 23:10:44 -04:00
parent 4e2f26b21e
commit 0e05c4644e

View file

@ -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