summaryrefslogtreecommitdiff
path: root/stdin.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-29 03:06:17 -0600
committerJeff Carr <[email protected]>2024-02-29 03:06:17 -0600
commit3539402c3718dd542b6bf2ff29c348bb260475ae (patch)
treec6399470c2f5b7628c01a1fc183c4e1d74a0f659 /stdin.go
parent5cc617335d449c44032907414169ea0c2e8af216 (diff)
opens multiple windows in demo modev0.0.1
Signed-off-by: Jeff Carr <[email protected]>
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":