Update some dependencies

This commit is contained in:
Tulir Asokan
2018-05-23 00:44:08 +03:00
parent 14903e0cdc
commit bedb9979a9
11 changed files with 195 additions and 116 deletions

View File

@ -444,8 +444,8 @@ func (t *tScreen) ResetTitle() {
func (t *tScreen) Fini() {
t.Lock()
defer t.Unlock()
ti := t.ti
ti := t.ti
t.cells.Resize(0, 0)
t.TPuts(ti.ShowCursor)
t.TPuts(ti.AttrOff)
@ -467,7 +467,7 @@ func (t *tScreen) Fini() {
default:
close(t.quit)
}
t.termioFini()
}