comparison mcabber/src/screen.h @ 1311:0dda8238af21

Implement "/roster display"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 13 Sep 2007 20:05:21 +0200
parents 382ec54b584e
children e30a9d907105
comparison
equal deleted inserted replaced
1310:a5336c44d4e2 1311:0dda8238af21
148 void scr_RosterDown(void); 148 void scr_RosterDown(void);
149 void scr_RosterPrevGroup(void); 149 void scr_RosterPrevGroup(void);
150 void scr_RosterNextGroup(void); 150 void scr_RosterNextGroup(void);
151 void scr_RosterSearch(char *); 151 void scr_RosterSearch(char *);
152 void scr_RosterJumpJid(char *); 152 void scr_RosterJumpJid(char *);
153 void scr_RosterDisplay(const char *);
153 void scr_BufferTopBottom(int topbottom); 154 void scr_BufferTopBottom(int topbottom);
154 void scr_BufferClear(void); 155 void scr_BufferClear(void);
155 void scr_BufferScrollLock(int lock); 156 void scr_BufferScrollLock(int lock);
156 void scr_BufferPurge(int, const char*); 157 void scr_BufferPurge(int, const char*);
157 void scr_BufferPurgeAll(int); 158 void scr_BufferPurgeAll(int);