mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 21:06:22 +00:00
Added "read" parameter to /close
Closes all windows where there are no unread messages
This commit is contained in:
@@ -79,6 +79,7 @@ win_type_t ui_win_type(int index);
|
||||
char * ui_recipient(int index);
|
||||
void ui_close_win(int index);
|
||||
gboolean ui_win_exists(int index);
|
||||
int ui_win_unread(int index);
|
||||
|
||||
// ui events
|
||||
void ui_contact_typing(const char * const from);
|
||||
|
||||
Reference in New Issue
Block a user