about summary refs log tree commit diff stats
path: root/commands/term.go
Commit message (Expand)AuthorAgeFilesLines
* 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
116'>116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158