aboutsummaryrefslogtreecommitdiffstats
path: root/commands/term.go
Commit message (Expand)AuthorAgeFilesLines
* commands: refactor registrationRobin Jarry2024-01-201-1/+5
* patch/term: add term sub-cmdKoni Marti2023-12-301-5/+24
* commands: use completion from go-optRobin Jarry2023-10-281-4/+0
* commands: parse arguments with go-optRobin Jarry2023-10-281-12/+9
* app: export global functionsRobin Jarry2023-10-101-7/+7
* widgets: rename package to appRobin Jarry2023-10-101-5/+5
* ui: fix deadlocks in message channelRobin Jarry2023-05-201-1/+1
* term: update tab title even when tab is not selectedRobin Jarry2023-04-151-2/+4
* tabs: make sure to close tab contentRobin Jarry2023-04-011-1/+1
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-1/+2
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-1/+1
* Revert "Add Style configuration"Drew DeVault2020-05-281-2/+1
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-1/+2
* Remove duration from the status methodsReto Brunner2020-05-271-2/+1
* Add Style configurationReto Brunner2020-05-271-1/+2
* gofmt fixesDrew DeVault2020-04-241-1/+1
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-6/+3
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+17
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Add basic message viewer mockupDrew DeVault2019-03-301-3/+2
* Correct color of error messagesDrew DeVault2019-03-301-1/+1
* Add context-specific commandsDrew DeVault2019-03-211-1/+1
* Wrap Terminal in TermHostDrew DeVault2019-03-171-10/+3
* Add :term-closeDrew DeVault2019-03-171-2/+11
* Handle terminal title, login shellDrew DeVault2019-03-171-5/+16
* Move exline handling up to aerc, add :termDrew DeVault2019-03-171-0/+33