diff options
| author | Jeff Carr <[email protected]> | 2024-02-29 03:06:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-29 03:06:17 -0600 |
| commit | 3539402c3718dd542b6bf2ff29c348bb260475ae (patch) | |
| tree | c6399470c2f5b7628c01a1fc183c4e1d74a0f659 /stdin.go | |
| parent | 5cc617335d449c44032907414169ea0c2e8af216 (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.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": |
