Use forked version of tcell
This commit is contained in:
parent
3445b80d7a
commit
56b84d3da5
3 changed files with 15 additions and 4 deletions
widgets
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue