Use forked version of tcell

This commit is contained in:
Drew DeVault 2019-06-01 11:28:29 -04:00
parent 3445b80d7a
commit 56b84d3da5
3 changed files with 15 additions and 4 deletions

View file

@ -101,7 +101,7 @@ type Terminal struct {
start chan interface{}
vterm *vterm.VTerm
damage []vterm.Rect // protected by damageMutex
damage []vterm.Rect // protected by damageMutex
damageMutex sync.Mutex
writeMutex sync.Mutex