Viewport now can use Bubble Tea high performance scroll renderer (ish)

This commit is contained in:
Christian Rocha
2020-06-17 20:55:49 -04:00
parent d9c03fc0b0
commit 3688351ddf
3 changed files with 155 additions and 77 deletions
+3 -2
View File
@@ -5,7 +5,8 @@ go 1.13
require (
github.com/charmbracelet/bubbletea v0.8.1
github.com/mattn/go-runewidth v0.0.9
github.com/muesli/termenv v0.5.3-0.20200526053627-d728968dcf83
github.com/muesli/termenv v0.5.3-0.20200617122104-66d435cfe924
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
)
replace github.com/charmbracelet/bubbletea => ../bubbletea