about summary refs log tree commit diff stats
path: root/src/ui
ModeNameSize
-rw-r--r--buffer.c3825log stats plain blame
-rw-r--r--buffer.h2373log stats plain blame
-rw-r--r--console.c51898log stats plain blame
-rw-r--r--core.c87726log stats plain blame
-rw-r--r--inputwin.c13714log stats plain blame
-rw-r--r--inputwin.h1826log stats plain blame
-rw-r--r--notifier.c8998log stats plain blame
-rw-r--r--occupantswin.c5302log stats plain blame
-rw-r--r--rosterwin.c7585log stats plain blame
-rw-r--r--statusbar.c12260log stats plain blame
-rw-r--r--statusbar.h1845log stats plain blame
-rw-r--r--titlebar.c10562log stats plain blame
-rw-r--r--titlebar.h1813log stats plain blame
-rw-r--r--ui.h19794log stats plain blame
-rw-r--r--window.c38808log stats plain blame
-rw-r--r--window.h2972log stats plain blame
akkartik/mu/commit/subx/039debug.cc?h=main&id=f7f0d6318231ff081ed6ff2ef30d8e1823e11c70'>f7f0d631 ^
1f0f3813 ^
f7f0d631 ^
02684e8d ^








































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