diff options
author | James Booth <boothj5@gmail.com> | 2016-09-19 23:40:45 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-09-19 23:40:45 +0100 |
commit | 0aa758cbfb0ec50b3d2eb6024515442882cdf63c (patch) | |
tree | 1ae80b6e29b9b99f828f910dddc912bbb3e10bf8 /tests | |
parent | c4d3f19d94e94bb08136e9ecc95ccdad0c76a81d (diff) | |
download | profani-tty-0aa758cbfb0ec50b3d2eb6024515442882cdf63c.tar.gz |
Add /inputwin top|bottom command
closes #853
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 928000a3..d4c30698 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -445,6 +445,7 @@ void cons_reconnect_setting(void) {} void cons_autoping_setting(void) {} void cons_autoconnect_setting(void) {} void cons_inpblock_setting(void) {} +void cons_inputwin_setting(void) {} void cons_tray_setting(void) {} void cons_show_contact_online(PContact contact, Resource *resource, GDateTime *last_activity) |