diff options
author | James Booth <boothj5@gmail.com> | 2016-10-12 00:14:55 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-10-12 00:14:55 +0100 |
commit | 97898ee082d314eb6d7f27a0b0d33027defc9a32 (patch) | |
tree | 4facff913f030a2a348cf8f0ac108637f12876bb /tests/unittests/ui | |
parent | 7b31af30609e7045a1f6b39668d7abedfb1755da (diff) | |
download | profani-tty-97898ee082d314eb6d7f27a0b0d33027defc9a32.tar.gz |
Add win_printf_line
Diffstat (limited to 'tests/unittests/ui')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 275d2487..a4eb7e68 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -521,6 +521,8 @@ void win_show_subwin(ProfWin *window) {} void win_refresh_without_subwin(ProfWin *window) {} void win_refresh_with_subwin(ProfWin *window) {} void win_printf(ProfWin *window, const char show_char, int pad_indent, GDateTime *timestamp, int flags, theme_item_t theme_item, const char * const from, const char * const message, ...) {} +void win_printf_line(ProfWin *window, theme_item_t theme_item, const char *const message, ...) {} + char* win_get_title(ProfWin *window) { return NULL; |