summary refs log tree commit diff stats
path: root/commands/term.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
evious revision' href='/latex/uv_link_t/blame/include/uv_link_t.h?id=9b0a792a84b8c6fca6f94c740061bdd46b502290'>^
c3f5553
5b9130d ^



9b0a792 ^
c3f5553
5b9130d ^







c3f5553

5b9130d ^





c3f5553



5649bb2 ^
c3f5553
5b9130d ^
















c3f5553
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96