mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
fix: update yaml field for ignoring mouse events
This commit is contained in:
parent
4e2f26b21e
commit
0e05c4644e
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ type GuiConfig struct {
|
||||||
|
|
||||||
// IgnoreMouseEvents is for when you do not want to use your mouse to interact
|
// IgnoreMouseEvents is for when you do not want to use your mouse to interact
|
||||||
// with anything
|
// with anything
|
||||||
IgnoreMouseEvents bool `yaml:"mouseEvents,omitempty"`
|
IgnoreMouseEvents bool `yaml:"ignoreMouseEvents,omitempty"`
|
||||||
|
|
||||||
// Theme determines what colors and color attributes your panel borders have.
|
// Theme determines what colors and color attributes your panel borders have.
|
||||||
// I always set inactiveBorderColor to black because in my terminal it's more
|
// I always set inactiveBorderColor to black because in my terminal it's more
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue