summary refs log tree commit diff stats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
...
* Correct color of error messagesDrew DeVault2019-03-302-5/+5
* Implement :pipeDrew DeVault2019-03-302-0/+74
* Add body fetching support codeDrew DeVault2019-03-291-0/+29
* Add terminal command contextDrew DeVault2019-03-212-4/+19
* Add context-specific commandsDrew DeVault2019-03-2113-30/+72
* Implement :delete-messageDrew DeVault2019-03-201-0/+25
* s/:term-close/:close/gDrew DeVault2019-03-171-2/+3
* Wrap Terminal in TermHostDrew DeVault2019-03-172-19/+6
* Add :term-closeDrew DeVault2019-03-172-2/+40
* Handle terminal title, login shellDrew DeVault2019-03-171-5/+16
* Implement :next-tab, :prev-tabDrew DeVault2019-03-171-0/+42
* Move exline handling up to aerc, add :termDrew DeVault2019-03-171-0/+33
* commands: handle case where no account selectedDrew DeVault2019-03-174-0/+12
* Implement :select-messageDrew DeVault2019-03-151-0/+31
* Fix usage message for :next-messageDrew DeVault2019-03-151-1/+1
* Implement :next-message n%Drew DeVault2019-03-151-1/+10
* Add :quit commandDrew DeVault2019-03-151-0/+24
* Fix help string for :cdDrew DeVault2019-03-151-1/+1
* Rename :cd -> :cf, add :cdDrew DeVault2019-03-152-11/+56
* Implement :{next,prev}-messageDrew DeVault2019-03-142-3/+46
* Implement :cd commandDrew DeVault2019-03-142-4/+38
* Flesh out command parsing & handlingDrew DeVault2019-03-103-22/+44
* Start building out command subsystemDrew DeVault2019-03-103-0/+58
balh@openmailbox.org> 2015-10-09 11:58:25 +0200 committer Michael Vetter <jubalh@openmailbox.org> 2015-10-21 15:07:49 +0200 Use consistent style for pointers' href='/danisanti/profani-tty/commit/src/window_list.h?id=3b0f7e109c5c41d29635e518fc4a241cfade84a1'>3b0f7e10 ^
a2726b6a ^




f934c5b5 ^
070547a7 ^
a2726b6a ^




8f45f332 ^
3b0f7e10 ^
a2726b6a ^
abc2f0de ^
a2726b6a ^



3b0f7e10 ^
f934c5b5 ^
0146e625 ^
a2726b6a ^
1926ceea ^
3b0f7e10 ^
0146e625 ^
601a8803 ^
0146e625 ^
3b0f7e10 ^
a2726b6a ^
0146e625 ^
3b0f7e10 ^

e8420e72 ^
1526a001 ^
a2726b6a ^
601a8803 ^
601a8803 ^
a2726b6a ^
83422656 ^
601a8803 ^

3b0f7e10 ^

601a8803 ^
13675fbf ^
601a8803 ^
0920b65d ^
6dd11f0f ^
bca37984 ^
3b0f7e10 ^
e96af853 ^
a2726b6a ^

601a8803 ^
a2726b6a ^
e5447cf3 ^
a2726b6a ^
2e99df1a ^
e5447cf3 ^
6d266984 ^
a2726b6a ^
6d266984 ^
06ef6842 ^
ce32d874 ^
601a8803 ^
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110