summaryrefslogtreecommitdiff
path: root/football
diff options
context:
space:
mode:
Diffstat (limited to 'football')
-rw-r--r--football/main.go2
1 files changed, 1 insertions, 1 deletions
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)