Browse Source

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

Fix list populate
pull/41/head
Gregory Rudolph 5 years ago committed by GitHub
parent
commit
69b5442ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main.go

2
main.go

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

Loading…
Cancel
Save