From 2e75e5446060f64759dcc73c2f0a4967024f1627 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 29 Apr 2015 23:16:28 +0100 Subject: Added ui_win_error_line() --- tests/ui/stub_ui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/ui') diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index 70be97ef..faea7dd3 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -171,6 +171,8 @@ void ui_current_print_formatted_line(const char show_char, int attrs, const char } void ui_current_error_line(const char * const msg) {} +void ui_win_error_line(ProfWin *window, const char * const msg) {} + win_type_t ui_win_type(int index) { -- cgit 1.4.1-2-gfad0 621ff1d7d5104fda8346c74d73'>this commit touring some programming systemselioat <elioat@tilde.institute>
about summary refs log tree commit diff stats
path: root/qjs/fact.js
blob: c5d718e42b1c2c1053831bc94a8b85561ac3fb86 (plain) (blame)
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