Fix empty splits and single terms

This commit is contained in:
Zachary Yedidia
2019-01-13 18:18:23 -05:00
parent 3fc769e54a
commit 8f00237857
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