Fix empty splits and single terms

This commit is contained in:
Zachary Yedidia
2019-01-13 18:18:23 -05:00
parent 8858c03b3b
commit 5701ed211a
6 changed files with 41 additions and 21 deletions

View File

@@ -94,8 +94,6 @@ func (t *Terminal) Start(execCmd []string, getOutput bool, wait bool) error {
screen.Redraw()
}
t.Stop()
// TODO: close Term
// closeterm <- view.Num
}()
return nil