mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 09:16:21 +00:00
Removed result from main loop
This commit is contained in:
@@ -325,7 +325,7 @@ void ui_update_presence(const resource_presence_t resource_presence,
|
||||
void ui_about(void) {}
|
||||
void ui_statusbar_new(const int win) {}
|
||||
|
||||
wint_t ui_get_char(char *input, int *size, int *result)
|
||||
wint_t ui_get_char(char *input, int *size)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user