aboutsummaryrefslogtreecommitdiff
path: root/ui/interactive.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/interactive.go')
-rw-r--r--ui/interactive.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/ui/interactive.go b/ui/interactive.go
deleted file mode 100644
index 5dd5fef..0000000
--- a/ui/interactive.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package ui
-
-import (
- tb "github.com/nsf/termbox-go"
-)
-
-type Interactive interface {
- // Returns true if the event was handled by this component
- Event(event tb.Event) bool
-}