summaryrefslogtreecommitdiff
path: root/stdin.go
diff options
context:
space:
mode:
Diffstat (limited to 'stdin.go')
-rw-r--r--stdin.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdin.go b/stdin.go
index fc2f2e5..df27e0a 100644
--- a/stdin.go
+++ b/stdin.go
@@ -55,7 +55,8 @@ func simpleStdin() {
tree.ListWidgets()
case "b":
log.Log(NOW, "show buttons")
- tree.ShowButtons()
+ // tree.ShowButtons()
+ bobWindow()
case "g":
me.myTree.SendToolkitLoad("gocui")
case "a":