1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 08:47:24 +00:00

Merge pull request #39 from haukened/fix-list-populate

Fix list populate
This commit is contained in:
2019-11-01 10:06:30 -04:00
committed by GitHub

View File

@ -412,7 +412,7 @@ func populateChat() {
}
}
printToView("Chat", actuallyPrintMe)
go populateList()
}
func populateList() {
_, maxY := g.Size()