about summary refs log tree commit diff stats
path: root/src/ui
ModeNameSize
-rw-r--r--buffer.c5017log stats plain blame
-rw-r--r--buffer.h2893log stats plain blame
-rw-r--r--chatwin.c17353log stats plain blame
-rw-r--r--confwin.c12787log stats plain blame
-rw-r--r--console.c93995log stats plain blame
-rw-r--r--core.c35799log stats plain blame
-rw-r--r--inputwin.c24589log stats plain blame
-rw-r--r--inputwin.h1797log stats plain blame
-rw-r--r--mucwin.c31702log stats plain blame
-rw-r--r--notifier.c9057log stats plain blame
-rw-r--r--occupantswin.c10583log stats plain blame
-rw-r--r--privwin.c8420log stats plain blame
-rw-r--r--rosterwin.c46880log stats plain blame
-rw-r--r--screen.c3358log stats plain blame
-rw-r--r--screen.h1700log stats plain blame
-rw-r--r--statusbar.c18024log stats plain blame
-rw-r--r--statusbar.h1923log stats plain blame
-rw-r--r--titlebar.c17961log stats plain blame
-rw-r--r--titlebar.h1883log stats plain blame
-rw-r--r--tray.c6425log stats plain blame
-rw-r--r--tray.h1759log stats plain blame
-rw-r--r--ui.h21205log stats plain blame
-rw-r--r--win_types.h5479log stats plain blame
-rw-r--r--window.c63658log stats plain blame
-rw-r--r--window.h4154log stats plain blame
-rw-r--r--window_list.c36921log stats plain blame
-rw-r--r--window_list.h4470log stats plain blame
-rw-r--r--xmlwin.c2336log stats plain blame
4a7a0f3e ^
a2726b6a ^
8bfb175d ^

9278ba77 ^
8bfb175d ^

9278ba77 ^
8bfb175d ^
a2726b6a ^
11663625 ^



a7163b24 ^
8bfb175d ^
a2726b6a ^
8bfb175d ^
a7163b24 ^
8bfb175d ^


a2726b6a ^
9278ba77 ^






af2630a2 ^
9278ba77 ^




a2726b6a ^

a5a53c52 ^
ac6a1222 ^

9278ba77 ^
a2726b6a ^
a5a53c52 ^
ac6a1222 ^

9278ba77 ^
a2726b6a ^
a5a53c52 ^
994411d4 ^


a7163b24 ^
8bfb175d ^
a5a53c52 ^









8bfb175d ^




1155963c ^




8bfb175d ^
8045a32c ^
3b2976c9 ^
a2726b6a ^
a0a4fd04 ^
d4692b1b ^


a2726b6a ^

def21232 ^
d4692b1b ^
def21232 ^
d4692b1b ^

628b86f5 ^

a0a4fd04 ^
a2726b6a ^
def21232 ^
a2726b6a ^
def21232 ^

180ec2b4 ^
def21232 ^


a0a4fd04 ^
def21232 ^
a2726b6a ^

def21232 ^
180ec2b4 ^
def21232 ^


628b86f5 ^

a0a4fd04 ^
a2726b6a ^
a0a4fd04 ^




a2726b6a ^
a0a4fd04 ^




a2726b6a ^
a0a4fd04 ^



3b2976c9 ^
a2726b6a ^
3b2976c9 ^
a2726b6a ^



3b2976c9 ^
b2eea969 ^
3b2976c9 ^



b2eea969 ^

a2726b6a ^

3b2976c9 ^



a2726b6a ^
3b2976c9 ^
a2726b6a ^
180ec2b4 ^
a2726b6a ^



3b2976c9 ^
a2726b6a ^
180ec2b4 ^
3b2976c9 ^

f42f856d ^
3b2976c9 ^


a2726b6a ^

3b2976c9 ^




a2726b6a ^


3b2976c9 ^












a2726b6a ^


f42f856d ^










a2726b6a ^


3b2976c9 ^
2c94ee5a ^

3b2976c9 ^









2c94ee5a ^
3b2976c9 ^

628b86f5 ^
a2726b6a ^
628b86f5 ^
1155963c ^




a2726b6a ^


5d54bb22 ^

d3a387a0 ^


a2726b6a ^
5d54bb22 ^
d3a387a0 ^


a2726b6a ^
5d54bb22 ^
8045a32c ^
a2726b6a ^
3b2976c9 ^




a2726b6a ^
b282965e ^
20850eb4 ^
a2726b6a ^










1afb7085 ^
8045a32c ^

b282965e ^
8045a32c ^

a2726b6a ^
8045a32c ^








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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365