summaryrefslogtreecommitdiff
path: root/stdin.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-19 08:48:10 -0600
committerJeff Carr <[email protected]>2024-02-19 08:48:10 -0600
commit8540387ab7feea5f3760f5361790ca3fd72392f8 (patch)
tree1402e117d045314adf7dd19fd909c4fb6c339b35 /stdin.go
parent0f71a670960cad2bc98f5d99f1a3b0e55173bc00 (diff)
notes about why this doesn't workv0.21.0v0.20.8
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'stdin.go')
-rw-r--r--stdin.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/stdin.go b/stdin.go
index 47c8415..0b6d950 100644
--- a/stdin.go
+++ b/stdin.go
@@ -18,6 +18,11 @@ import (
func showOptions() {
fmt.Println("")
fmt.Println("Enter:")
+ fmt.Println("")
+ fmt.Println("This doesn't work because it's stalled in the toolkit init()")
+ fmt.Println("opengl isn't happy if you try to run it as a goroutine and exits")
+ fmt.Println("maybe there is someone that actually knows what the are doing that can fix that")
+ fmt.Println("")
fmt.Println("'l': list all widgets")
fmt.Println("'b': for buttons")
fmt.Println("'g': try opengl")