diff options
author | James Booth <boothj5@gmail.com> | 2015-04-29 23:16:28 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-04-29 23:16:28 +0100 |
commit | 2e75e5446060f64759dcc73c2f0a4967024f1627 (patch) | |
tree | 4ca0215fee91d31b50be2b285a3ede8783e38433 /tests/ui | |
parent | 665c34414d7534016fb8136cffbadd35793dec7b (diff) | |
download | profani-tty-2e75e5446060f64759dcc73c2f0a4967024f1627.tar.gz |
Added ui_win_error_line()
Diffstat (limited to 'tests/ui')
-rw-r--r-- | tests/ui/stub_ui.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |