diff --git a/main.go b/main.go index 52ddb3a..9f669eb 100644 --- a/main.go +++ b/main.go @@ -412,7 +412,7 @@ func populateChat() { } } printToView("Chat", actuallyPrintMe) - + go populateList() } func populateList() { _, maxY := g.Size()