diff options
Diffstat (limited to 'stdin.go')
| -rw-r--r-- | stdin.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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": |
