mcabber/src/screen.h
changeset 377 00809e3e327e
parent 374 bd5638c21834
child 389 6e895f397474
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);