From cab3771e17286788913255a6abe858b476166837 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 27 Feb 2018 21:17:26 -0500 Subject: Pull main aerc UI into widget --- lib/ui/interactive.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/ui/interactive.go') diff --git a/lib/ui/interactive.go b/lib/ui/interactive.go index 8bdf592..efab828 100644 --- a/lib/ui/interactive.go +++ b/lib/ui/interactive.go @@ -13,3 +13,8 @@ type Simulator interface { // Queues up the given input events for simulation Simulate(events []tb.Event) } + +type DrawableInteractive interface { + Drawable + Interactive +} -- cgit v1.2.3