about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/ui/stub_ui.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c
index edd8c336..608f5003 100644
--- a/tests/unittests/ui/stub_ui.c
+++ b/tests/unittests/ui/stub_ui.c
@@ -1367,6 +1367,10 @@ void
 win_clear(ProfWin* window)
 {
 }
+void
+win_redraw(ProfWin* window)
+{
+}
 char*
 win_to_string(ProfWin* window)
 {
0b102ddeaa190'>36365244 ^
ac07e589 ^

08a0eed6 ^
e4ac3c9e ^
ac07e589 ^
805d58c6 ^
ac07e589 ^



36365244 ^
































e4ac3c9e ^
36365244 ^
d55e7738 ^
36365244 ^

d55e7738 ^
ef7d834f ^







b301e0c0 ^
ef7d834f ^
b301e0c0 ^
ef7d834f ^



b301e0c0 ^
ef7d834f ^
4a48bedc ^
e82dc626 ^
f0c55e6b ^
ef7d834f ^
36365244 ^



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