Moved idle chat state handling out of ui module

This commit is contained in:
James Booth
2013-10-07 00:51:00 +01:00
parent 383d91ec36
commit acf1afe025
3 changed files with 29 additions and 27 deletions

View File

@@ -48,7 +48,7 @@ void ui_refresh(void);
void ui_close(void);
void ui_resize(const int ch, const char * const input,
const int size);
void ui_idle(void);
GSList* ui_get_recipients(void);
void ui_handle_special_keys(const wint_t * const ch, const char * const inp,
const int size);
void ui_switch_win(const int i);