Implement :pipe
This commit is contained in:
parent
4465646fed
commit
700dea23fa
5 changed files with 91 additions and 7 deletions
commands/terminal
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue