diff options
Diffstat (limited to 'lib/ui/ui.go')
-rw-r--r-- | lib/ui/ui.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ui/ui.go b/lib/ui/ui.go index 3b1050b5..8cc797b2 100644 --- a/lib/ui/ui.go +++ b/lib/ui/ui.go @@ -50,6 +50,7 @@ var state struct { func Initialize(content DrawableInteractive) error { opts := vaxis.Options{ DisableMouse: !config.Ui.MouseEnabled, + CSIuBitMask: vaxis.CSIuDisambiguate, } vx, err := vaxis.New(opts) if err != nil { |