diff options
Diffstat (limited to 'widgets/terminal.go')
-rw-r--r-- | widgets/terminal.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/terminal.go b/widgets/terminal.go index 7726273..098543f 100644 --- a/widgets/terminal.go +++ b/widgets/terminal.go @@ -1,6 +1,7 @@ package widgets import ( + "fmt" gocolor "image/color" "os" "os/exec" @@ -188,7 +189,6 @@ func (term *Terminal) Focus(focus bool) { } func (term *Terminal) Event(event tcell.Event) bool { - // TODO return false } |