about summary refs log tree commit diff stats
path: root/commands/terminal
Commit message (Collapse)AuthorAgeFilesLines
* Fix :close on terminal panicJeffas2019-07-251-1/+0
| | | | | | | | Executing :close on a terminal would panic due to it already having been removed. This is also related to the fact that removing a tab doesn't check for whether it actually found a tab to remove or not.
* Implement basic tab completion supportGregory Mullen2019-06-292-4/+14
| | | | | Tab completion currently only works on commands. Contextual completion will be added in the future.
* s/aerc2/aerc/gDrew DeVault2019-05-172-2/+2
|
* Add message view commands, :closeDrew DeVault2019-03-301-4/+1
|
* Add basic message viewer mockupDrew DeVault2019-03-301-3/+3
|
* Implement :pipeDrew DeVault2019-03-301-0/+1
|
* Add terminal command contextDrew DeVault2019-03-212-0/+39