summaryrefslogtreecommitdiff
path: root/stdin.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-01 21:53:38 -0600
committerJeff Carr <[email protected]>2024-02-01 21:53:38 -0600
commit2b3296fd5663398d425b1ba7059aa112c28c0bc8 (patch)
tree6b57cbd37130e0a306e9665487186386c60c09d6 /stdin.go
parentcdb46e870fd3f59baca01ea8ec8a26db2b7f101a (diff)
try to switch toolkits from gocuiv0.19.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'stdin.go')
-rw-r--r--stdin.go2
1 files changed, 2 insertions, 0 deletions
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() {