refactor widgets, add wrapper structs

This commit is contained in:
Bradley Cicenas
2017-03-03 07:57:26 +00:00
parent 9f5cd42b73
commit 56be64367b
12 changed files with 249 additions and 195 deletions

View File

@@ -8,7 +8,6 @@ import (
var log = logging.Init()
type ContainerWidgets interface {
Reset()
Buffer() ui.Buffer
Highlight()
UnHighlight()