From e48ff5bea4725d39818f24fa76b5ae74971f23a3 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 30 Apr 2018 10:55:37 +0300 Subject: Update dependencies --- vendor/maunium.net/go/tview/primitive.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vendor/maunium.net/go/tview/primitive.go') diff --git a/vendor/maunium.net/go/tview/primitive.go b/vendor/maunium.net/go/tview/primitive.go index a59033f..f5034c4 100644 --- a/vendor/maunium.net/go/tview/primitive.go +++ b/vendor/maunium.net/go/tview/primitive.go @@ -36,6 +36,8 @@ type Primitive interface { MouseHandler() func(event *tcell.EventMouse, setFocus func(p Primitive)) + PasteHandler() func(event *tcell.EventPaste) + // Focus is called by the application when the primitive receives focus. // Implementers may call delegate() to pass the focus on to another primitive. Focus(delegate func(p Primitive)) -- cgit v1.2.3