Show message on /msg when windows full

This commit is contained in:
James Booth
2012-11-27 00:17:35 +00:00
parent 213ccc0150
commit 671e7d589f
3 changed files with 16 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ void ui_contact_offline(const char * const from, const char * const show,
void ui_disconnected(void);
void ui_handle_special_keys(const int * const ch);
void ui_switch_win(const int i);
gboolean ui_windows_full(void);
// create windows
void create_title_bar(void);