From 8540387ab7feea5f3760f5361790ca3fd72392f8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 19 Feb 2024 08:48:10 -0600 Subject: notes about why this doesn't work Signed-off-by: Jeff Carr --- stdin.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stdin.go') 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") -- cgit v1.2.3