From 331597b9f8a7942cbcb233a328301e4d5bf94fb0 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 11 Jan 2019 23:28:47 +0200 Subject: Switch to Go modules and make other changes --- vendor/maunium.net/go/tview/focusable.go | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 vendor/maunium.net/go/tview/focusable.go (limited to 'vendor/maunium.net/go/tview/focusable.go') diff --git a/vendor/maunium.net/go/tview/focusable.go b/vendor/maunium.net/go/tview/focusable.go deleted file mode 100644 index 99fdaaf..0000000 --- a/vendor/maunium.net/go/tview/focusable.go +++ /dev/null @@ -1,8 +0,0 @@ -package tview - -// Focusable provides a method which determines if a primitive has focus. -// Composed primitives may be focused based on the focused state of their -// contained primitives. -type Focusable interface { - HasFocus() bool -} -- cgit v1.2.3