comparison mcabber/src/screen.h @ 1279:8bbc764139ef

Implement /buffer close|purge [jid]
author Mikael Berthe <mikael@lilotux.net>
date Sat, 25 Aug 2007 12:05:12 +0200
parents c33b5b6fbf08
children 02ad6200df26
comparison
equal deleted inserted replaced
1278:c3107650d165 1279:8bbc764139ef
146 void scr_RosterSearch(char *); 146 void scr_RosterSearch(char *);
147 void scr_RosterJumpJid(char *); 147 void scr_RosterJumpJid(char *);
148 void scr_BufferTopBottom(int topbottom); 148 void scr_BufferTopBottom(int topbottom);
149 void scr_BufferClear(void); 149 void scr_BufferClear(void);
150 void scr_BufferScrollLock(int lock); 150 void scr_BufferScrollLock(int lock);
151 void scr_BufferPurge(int); 151 void scr_BufferPurge(int, const char*);
152 void scr_BufferPurgeAll(int); 152 void scr_BufferPurgeAll(int);
153 void scr_BufferSearch(int direction, const char *text); 153 void scr_BufferSearch(int direction, const char *text);
154 void scr_BufferPercent(int pc); 154 void scr_BufferPercent(int pc);
155 void scr_BufferDate(time_t t); 155 void scr_BufferDate(time_t t);
156 void scr_RosterUnreadMessage(int); 156 void scr_RosterUnreadMessage(int);