Implement :pipe

This commit is contained in:
Drew DeVault 2019-03-30 11:58:24 -04:00
parent 4465646fed
commit 700dea23fa
5 changed files with 91 additions and 7 deletions
commands/terminal

View file

@ -19,5 +19,6 @@ func CommandClose(aerc *widgets.Aerc, args []string) error {
return errors.New("Error: not a terminal")
}
thost.Terminal().Close(nil)
aerc.RemoveTab(thost)
return nil
}