about summary refs log tree commit diff stats
path: root/src/ui
ModeNameSize
-rw-r--r--buffer.c3210log stats plain blame
-rw-r--r--buffer.h2147log stats plain blame
-rw-r--r--console.c51514log stats plain blame
-rw-r--r--core.c93141log stats plain blame
-rw-r--r--inputwin.c13054log stats plain blame
-rw-r--r--inputwin.h1826log stats plain blame
-rw-r--r--notifier.c8797log stats plain blame
-rw-r--r--occupantswin.c4990log stats plain blame
-rw-r--r--rosterwin.c7583log stats plain blame
-rw-r--r--statusbar.c11048log stats plain blame
-rw-r--r--statusbar.h2000log stats plain blame
-rw-r--r--titlebar.c10563log stats plain blame
-rw-r--r--titlebar.h1813log stats plain blame
-rw-r--r--ui.h15843log stats plain blame
-rw-r--r--window.c35646log stats plain blame
-rw-r--r--window.h5760log stats plain blame
-rw-r--r--windows.c24312log stats plain blame
-rw-r--r--windows.h3140log stats plain blame
ng' href='/danisanti/profani-tty/commit/src/ui/buffer.c?id=0619303abe8a5eba2fe4e70d0e52a06fafc6a455'>0619303a ^
92a0aba9 ^


0619303a ^
5ce08adf ^
1e6b7094 ^

0619303a ^
1e6b7094 ^

6a9e1930 ^

b125fa0f ^
1e6b7094 ^


b125fa0f ^
1e6b7094 ^



0619303a ^
1e6b7094 ^


b6faeaaa ^
1e6b7094 ^
0619303a ^
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