tulir / gomuks

A Matrix client written in Go.
https://maunium.net/go/gomuks
GNU Affero General Public License v3.0
1.37k stars 123 forks source link

Do not recalculate the buffer on first reaction #397

Closed n-peugnet closed 2 years ago

n-peugnet commented 2 years ago

Only the buffer replacement is needed as the height is already correctly calculated when drawn.

Fixes #283