comparison mcabber/src/screen.h @ 1485:0121b6f3047c

New command: /buffer save
author Mikael Berthe <mikael@lilotux.net>
date Sun, 20 Apr 2008 16:06:37 +0200
parents e74cc83e7158
children f61ed2466f7c
comparison
equal deleted inserted replaced
1484:7b36b91a4388 1485:0121b6f3047c
160 void scr_BufferPurge(int, const char*); 160 void scr_BufferPurge(int, const char*);
161 void scr_BufferPurgeAll(int); 161 void scr_BufferPurgeAll(int);
162 void scr_BufferSearch(int direction, const char *text); 162 void scr_BufferSearch(int direction, const char *text);
163 void scr_BufferPercent(int pc); 163 void scr_BufferPercent(int pc);
164 void scr_BufferDate(time_t t); 164 void scr_BufferDate(time_t t);
165 void scr_BufferDump(const char *file);
165 void scr_RosterUnreadMessage(int); 166 void scr_RosterUnreadMessage(int);
166 void scr_RosterJumpAlternate(void); 167 void scr_RosterJumpAlternate(void);
167 void scr_BufferScrollUpDown(int updown, unsigned int nblines); 168 void scr_BufferScrollUpDown(int updown, unsigned int nblines);
168 bool scr_RosterColor(const char *status, const char *wildcard, 169 bool scr_RosterColor(const char *status, const char *wildcard,
169 const char *color); 170 const char *color);