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 a4128a5c..632d5f1d 100644 --- a/lib/ui/ui.go +++ b/lib/ui/ui.go @@ -28,6 +28,7 @@ func Initialize(content DrawableInteractive) (*UI, error) { screen.Clear() screen.HideCursor() + screen.EnablePaste() width, height := screen.Size() |