summary refs log tree commit diff stats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Improve loggingDrew DeVault2018-01-311-1/+22
* Move worker into account tabDrew DeVault2018-01-111-17/+3
* Add commentDrew DeVault2018-01-101-0/+1
* Make termbox event loop asyncDrew DeVault2018-01-101-5/+6
* Renderer scaffoldingDrew DeVault2018-01-101-4/+8
* Misc idiomatic fixesemersion2018-01-101-8/+5
* Sleep main and worker loops on idleDrew DeVault2018-01-101-0/+6
* Parse account configurationDrew DeVault2018-01-091-9/+18
* Initial pass on worker/UI message passingDrew DeVault2018-01-091-0/+10
* Load UI configurationDrew DeVault2018-01-091-1/+10
* Initial commitDrew DeVault2018-01-091-0/+9
Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat' href='/acidbong/suckless/dwm/commit/dwm.1?h=5.7.2&id=dc5c070c44d9af434405c8d6538abd06299d3298'>dc5c070 ^
e6cbe9c ^
0c3544d ^
dc5c070 ^



e6cbe9c ^
dc5c070 ^


e6cbe9c ^
e743836 ^
c518345 ^


b439892 ^
c2ac851 ^

7e597ae ^
901b3ed ^
1076f2b

901b3ed ^
0c3544d ^
2b35fae ^

a3e3f0b ^

2b35fae ^
3e06ede ^

2dd5212 ^





292ccc4 ^
05fbbbd ^





d4b7a9a ^
3e06ede ^


2b35fae ^
72655f0 ^
df74b26 ^


72655f0 ^
df74b26 ^
72655f0 ^
3e06ede ^
72655f0 ^
df74b26 ^
3af6434 ^
3e06ede ^
3af6434 ^
df74b26 ^








72655f0 ^

3e06ede ^
72655f0 ^
bab575c ^
1549faf ^
3af6434 ^

3e06ede ^
1549faf ^
bab575c ^
df74b26 ^




45aea23 ^



df74b26 ^






1549faf ^
bab575c ^
df74b26 ^

1549faf ^
bab575c ^
daae3bb ^


bab575c ^
3e06ede ^


4bb89e2 ^
df74b26 ^


2b35fae ^
0c3544d ^
0e5c819 ^
4bd0d33 ^
0e5c819 ^
df74b26 ^


0e5c819 ^
4bd0d33 ^




df74b26 ^


4bd0d33 ^
0e5c819 ^
4bd0d33 ^
0e5c819 ^
df74b26 ^


0c3544d ^

dc5c070 ^

4bb89e2 ^
60b3dce ^
3e06ede ^
4bb89e2 ^




3e06ede ^
5ef6ef1 ^

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
111
112
113
114
115
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
159
160
161
162
163
164
165