mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-17 02:25:12 -07:00
Only render lines that have changed since the last render
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package tea
|
||||
|
||||
// renderer is the interface for Bubble Tea renderers.
|
||||
type renderer interface {
|
||||
start()
|
||||
stop()
|
||||
|
||||
Reference in New Issue
Block a user