comparison mcabber/src/screen.h @ 866:b30df2ab457f

Add "/buffer purge"
author Mikael Berthe <mikael@lilotux.net>
date Wed, 24 May 2006 22:29:05 +0200
parents cee8d6be04e1
children ee39f6d94d43
comparison
equal deleted inserted replaced
865:cee8d6be04e1 866:b30df2ab457f
87 void scr_RosterDown(void); 87 void scr_RosterDown(void);
88 void scr_RosterSearch(char *); 88 void scr_RosterSearch(char *);
89 void scr_RosterJumpJid(char *); 89 void scr_RosterJumpJid(char *);
90 void scr_BufferTopBottom(int topbottom); 90 void scr_BufferTopBottom(int topbottom);
91 void scr_BufferClear(void); 91 void scr_BufferClear(void);
92 void scr_BufferPurge(void);
92 void scr_BufferSearch(int direction, const char *text); 93 void scr_BufferSearch(int direction, const char *text);
93 void scr_BufferPercent(int pc); 94 void scr_BufferPercent(int pc);
94 void scr_BufferDate(time_t t); 95 void scr_BufferDate(time_t t);
95 void scr_RosterUnreadMessage(int); 96 void scr_RosterUnreadMessage(int);
96 void scr_RosterJumpAlternate(void); 97 void scr_RosterJumpAlternate(void);