siggo icon indicating copy to clipboard operation
siggo copied to clipboard

Optimization: Received messages can be appended instead of replacing the whole buffer

Open derricw opened this issue 4 years ago • 0 comments

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.

derricw avatar Jun 10 '20 01:06 derricw