Skip to content

Commit

Permalink
Enable paste support in views.Application
Browse files Browse the repository at this point in the history
  • Loading branch information
chrBrd committed Sep 9, 2022
1 parent a8322bf commit 795405a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/app.go
Expand Up @@ -127,6 +127,7 @@ func (app *Application) run() {
}()
screen.Init()
screen.EnableMouse()
screen.EnablePaste()
screen.Clear()
widget.SetView(screen)

Expand Down

0 comments on commit 795405a

Please sign in to comment.