summary refs log tree commit diff stats
path: root/commands/term.go
Commit message (Expand)AuthorAgeFilesLines
* 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
class='oid'>6e46e8fe ^
8c9f9162 ^
5314e597 ^
8c9f9162 ^
6e46e8fe ^

dd11334b ^

8c9f9162 ^
3b0f7e10 ^
6e46e8fe ^
facb2a65 ^
ca3f7412 ^
8e90f7a4 ^
ca3f7412 ^
c5f76721 ^
8e90f7a4 ^
a84e4ade ^
8e90f7a4 ^
3b0f7e10 ^
8e90f7a4 ^
2f2fa8de ^
b5e06a07 ^
3b0f7e10 ^


a061b0d4 ^
8e90f7a4 ^
6794fb81 ^
a84e4ade ^
3b0f7e10 ^
d017999a ^
dd11334b ^
3b0f7e10 ^
581c1e8b ^
3b0f7e10 ^
5314e597 ^

6e46e8fe ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76