mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Added mock ui functions to tests
This commit is contained in:
parent
84688c063e
commit
3b3ffcfb37
@ -178,6 +178,11 @@ int ui_win_unread(int index)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void ui_page_up(void) {}
|
||||
void ui_page_down(void) {}
|
||||
void ui_subwin_page_up(void) {}
|
||||
void ui_subwin_page_down(void) {}
|
||||
|
||||
char * ui_ask_password(void)
|
||||
{
|
||||
return mock_ptr_type(char *);
|
||||
|
Loading…
Reference in New Issue
Block a user