aboutsummaryrefslogtreecommitdiff
path: root/widgets/terminal.go
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-03-17 17:39:22 -0400
committerDrew DeVault <sir@cmpwn.com>2019-03-17 17:39:49 -0400
commit60b17c473a0edbd806c9f0c8e4b3b238cb60227e (patch)
tree4a1c2f5b4547122f52118a79139d0a1a84a6d447 /widgets/terminal.go
parentdee0f8938b62d668ed9105c96313fbd8b8bbd098 (diff)
Wrap Terminal in TermHost
Diffstat (limited to 'widgets/terminal.go')
-rw-r--r--widgets/terminal.go2
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
}