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 8cc797b2..0825b5b5 100644 --- a/lib/ui/ui.go +++ b/lib/ui/ui.go @@ -51,6 +51,7 @@ func Initialize(content DrawableInteractive) error { opts := vaxis.Options{ DisableMouse: !config.Ui.MouseEnabled, CSIuBitMask: vaxis.CSIuDisambiguate, + WithTTY: "/dev/tty", } vx, err := vaxis.New(opts) if err != nil { |