Only render lines that have changed since the last render

This commit is contained in:
Christian Rocha
2021-05-07 15:11:57 -04:00
parent c07cbd1e32
commit fb64f34bd0
2 changed files with 38 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
package tea
// renderer is the interface for Bubble Tea renderers.
type renderer interface {
start()
stop()