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.c18735log stats plain blame
-rw-r--r--confwin.c12787log stats plain blame
-rw-r--r--console.c96306log stats plain blame
-rw-r--r--core.c35799log stats plain blame
-rw-r--r--inputwin.c24649log stats plain blame
-rw-r--r--inputwin.h1797log stats plain blame
-rw-r--r--mucwin.c31858log stats plain blame
-rw-r--r--notifier.c9057log stats plain blame
-rw-r--r--occupantswin.c10583log stats plain blame
-rw-r--r--privwin.c8594log 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.h21207log stats plain blame
-rw-r--r--win_types.h5479log stats plain blame
-rw-r--r--window.c63946log 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
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