comparison mcabber/src/screen.h @ 377:00809e3e327e

Add "/roster up" and "/roster down"
author Mikael Berthe <mikael@lilotux.net>
date Tue, 26 Jul 2005 18:18:30 +0100
parents bd5638c21834
children 6e895f397474
comparison
equal deleted inserted replaced
376:d37d8d661115 377:00809e3e327e
47 void scr_CheckAutoAway(bool activity); 47 void scr_CheckAutoAway(bool activity);
48 48
49 // For commands... 49 // For commands...
50 void scr_RosterTop(void); 50 void scr_RosterTop(void);
51 void scr_RosterBottom(void); 51 void scr_RosterBottom(void);
52 void scr_RosterUp(void);
53 void scr_RosterDown(void);
52 void scr_RosterSearch(char *); 54 void scr_RosterSearch(char *);
53 void scr_BufferTopBottom(int topbottom); 55 void scr_BufferTopBottom(int topbottom);
54 void scr_BufferClear(void); 56 void scr_BufferClear(void);
55 void scr_BufferSearch(int direction, const char *text); 57 void scr_BufferSearch(int direction, const char *text);
56 void scr_RosterUnreadMessage(int); 58 void scr_RosterUnreadMessage(int);