comparison mcabber/src/screen.h @ 1138:8ba4b1e8b42d

Add command /buffer close_all
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Feb 2007 11:41:05 +0100
parents 5d7c05932b13
children 03a38b7ad2e0
comparison
equal deleted inserted replaced
1137:5752017f6e2b 1138:8ba4b1e8b42d
117 void scr_RosterJumpJid(char *); 117 void scr_RosterJumpJid(char *);
118 void scr_BufferTopBottom(int topbottom); 118 void scr_BufferTopBottom(int topbottom);
119 void scr_BufferClear(void); 119 void scr_BufferClear(void);
120 void scr_BufferScrollLock(int lock); 120 void scr_BufferScrollLock(int lock);
121 void scr_BufferPurge(int); 121 void scr_BufferPurge(int);
122 void scr_BufferPurgeAll(int);
122 void scr_BufferSearch(int direction, const char *text); 123 void scr_BufferSearch(int direction, const char *text);
123 void scr_BufferPercent(int pc); 124 void scr_BufferPercent(int pc);
124 void scr_BufferDate(time_t t); 125 void scr_BufferDate(time_t t);
125 void scr_RosterUnreadMessage(int); 126 void scr_RosterUnreadMessage(int);
126 void scr_RosterJumpAlternate(void); 127 void scr_RosterJumpAlternate(void);