From 5a9d7f9db6212260dd18a45d6279d1377daa5857 Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 2 Jun 2025 16:40:31 -0500 Subject: fix football --- football/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'football/main.go') diff --git a/football/main.go b/football/main.go index a8d0126..ed1154a 100644 --- a/football/main.go +++ b/football/main.go @@ -119,7 +119,7 @@ func main() { tui.WriteAt(1, 9, " DIALOG:", tui.Style {Fg: tui.Red, Bold: true}) tui.WriteAt(1, 10, " ", tui.DefaultStyle) w := tui.WriteAt(2, 10, sb.String(), tui.DefaultStyle) - tui.MoveCursor(2 + w, 10) + tui.ShowCursor(2 + w, 10) tui.WriteAt(1, 11, " RESPONSE:", tui.Style {Fg: tui.Green, Bold: true}) tui.WriteAt(1, 12, " ", tui.DefaultStyle) tui.WriteAt(2, 12, response, tui.DefaultStyle) -- cgit v1.2.3