From 9b1143e18d782264873d5e0e4a2e2413b360aee3 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Fri, 10 Mar 2023 03:21:01 +0000 Subject: [PATCH] fix issue where msgScroll did not scroll --- cmd/signup/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/signup/main.go b/cmd/signup/main.go index 7c43d5f..f348a13 100644 --- a/cmd/signup/main.go +++ b/cmd/signup/main.go @@ -321,6 +321,7 @@ func _main(l *log.Logger, db *sql.DB) error { } fmt.Fprintln(msgScroll, player.Say(msg)) fmt.Fprintln(sm.Current.Input, msg) + msgScroll.ScrollToEnd() } defer func() {