summary refs log tree commit diff stats
path: root/widgets/dirlist.go
Commit message (Expand)AuthorAgeFilesLines
* Use tcell.Style.Reverse instead of black on whiteDrew DeVault2019-03-301-2/+1
* Fix nil dereference on rapidly cycling foldersDrew DeVault2019-03-151-1/+1
* widgets/directories.go -> widgets/dirlist.goDrew DeVault2019-03-141-0/+156
ious revision' href='/akspecs/aerc/blame/ui/borders.go?h=0.1.4&id=7f67162f43374188f619e571c6d614626a24127a'>^
5685a17 ^
f0791d4 ^

















a0c2b1c ^



f0791d4 ^
5685a17 ^
f0791d4 ^






84965d6 ^
f0791d4 ^
80e891a ^
f0791d4 ^



80e891a ^
f0791d4 ^



80e891a ^
f0791d4 ^


80e891a ^
f0791d4 ^




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