comparison mcabber/src/screen.h @ 236:72fd1273f2b7

[/trunk] Changeset 249 by mikael * Update TODO * Add /roster parameters "unread_first" and "unread_next" * Add Ctrl-q as a shortcut for "/roster unread_next" * Update Documentation (ctrl-q + unread_*) * Update ChangeLog
author mikael
date Fri, 10 Jun 2005 19:03:06 +0000
parents 9c2023d60986
children 8e30b2bb380e
comparison
equal deleted inserted replaced
235:f7f07794d2df 236:72fd1273f2b7
41 void scr_RosterTop(void); 41 void scr_RosterTop(void);
42 void scr_RosterBottom(void); 42 void scr_RosterBottom(void);
43 void scr_BufferTop(void); 43 void scr_BufferTop(void);
44 void scr_BufferBottom(void); 44 void scr_BufferBottom(void);
45 void scr_Clear(void); 45 void scr_Clear(void);
46 void scr_RosterUnreadMessage(int);
46 47
47 #endif 48 #endif