siggo
siggo copied to clipboard
Optimization: Received messages can be appended instead of replacing the whole buffer
tview.TextView
has an io.Writer
interface for appending to the text buffer, so we don't need to use SetText
to replace the whole thing.