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