Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | Revert "add close command at global level" | Drew DeVault | 2019-08-13 | 1 | -0/+30 |
| | | | | This reverts commit f0a0c5aa733fa66958c113465bfc5fdd3d7cc9f0. | ||||
* | add close command at global level | Aditya Srivastava | 2019-08-13 | 1 | -30/+0 |
| | |||||
* | Fix :close on terminal panic | Jeffas | 2019-07-25 | 1 | -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 support | Gregory Mullen | 2019-06-29 | 2 | -4/+14 |
| | | | | | Tab completion currently only works on commands. Contextual completion will be added in the future. | ||||
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 2 | -2/+2 |
| | |||||
* | Add message view commands, :close | Drew DeVault | 2019-03-30 | 1 | -4/+1 |
| | |||||
* | Add basic message viewer mockup | Drew DeVault | 2019-03-30 | 1 | -3/+3 |
| | |||||
* | Implement :pipe | Drew DeVault | 2019-03-30 | 1 | -0/+1 |
| | |||||
* | Add terminal command context | Drew DeVault | 2019-03-21 | 2 | -0/+39 |