From 2b3296fd5663398d425b1ba7059aa112c28c0bc8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 1 Feb 2024 21:53:38 -0600 Subject: try to switch toolkits from gocui Signed-off-by: Jeff Carr --- stdin.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stdin.go') diff --git a/stdin.go b/stdin.go index 416849f..fa20dc0 100644 --- a/stdin.go +++ b/stdin.go @@ -25,6 +25,8 @@ func showOptions() { fmt.Println("") fmt.Println("Enter the number of the widget to click:") fmt.Print("Option: ") + fmt.Fprintf(os.Stderr, "Option:\n") + fmt.Fprintf(os.Stderr, "Option: ") } func simpleStdin() { -- cgit v1.2.3