about summary refs log tree commit diff stats
path: root/src/ui
ModeNameSize
-rw-r--r--buffer.c4252log stats plain blame
-rw-r--r--buffer.h2486log stats plain blame
-rw-r--r--chatwin.c13234log stats plain blame
-rw-r--r--console.c79286log stats plain blame
-rw-r--r--core.c36966log stats plain blame
-rw-r--r--inputwin.c15788log stats plain blame
-rw-r--r--inputwin.h1763log stats plain blame
-rw-r--r--mucconfwin.c13231log stats plain blame
-rw-r--r--mucwin.c29049log stats plain blame
-rw-r--r--notifier.c8920log stats plain blame
-rw-r--r--occupantswin.c5356log stats plain blame
-rw-r--r--privwin.c8308log stats plain blame
-rw-r--r--rosterwin.c45167log stats plain blame
-rw-r--r--statusbar.c12358log stats plain blame
-rw-r--r--statusbar.h1845log stats plain blame
-rw-r--r--titlebar.c13321log stats plain blame
-rw-r--r--titlebar.h1849log stats plain blame
-rw-r--r--ui.h18831log stats plain blame
-rw-r--r--win_types.h4746log stats plain blame
-rw-r--r--window.c45504log stats plain blame
-rw-r--r--window.h3167log stats plain blame
-rw-r--r--xmlwin.c2326log stats plain blame
lame the previous revision' href='/danisanti/profani-tty/blame/src/config/theme.h?id=2f82f50a352ebdbe34c1712156766e0476e19e6c'>^
ed4391ec ^













976e5aac ^


fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
9482ce61 ^
1d5ac1b4 ^















3bb3cc62 ^
aa0f4979 ^
5c53e02d ^
6dbbbe11 ^
ed4391ec ^
c5b4fc4a ^
a2726b6a ^
29f72283 ^
a2726b6a ^

986967ef ^
e8b2b719 ^
a2726b6a ^
ed4391ec ^
a2726b6a ^





802df379 ^
e8b2b719 ^
e8b2b719 ^
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