comparison mcabber/src/screen.h @ 508:5a2132ba2220

Add "/buffer up" and "/buffer down"
author Mikael Berthe <mikael@lilotux.net>
date Sat, 12 Nov 2005 14:48:35 +0100
parents 882e1acae422
children 979eb0fe2969
comparison
equal deleted inserted replaced
507:16dd9b91702f 508:5a2132ba2220
57 void scr_BufferSearch(int direction, const char *text); 57 void scr_BufferSearch(int direction, const char *text);
58 void scr_BufferPercent(int pc); 58 void scr_BufferPercent(int pc);
59 void scr_BufferDate(time_t t); 59 void scr_BufferDate(time_t t);
60 void scr_RosterUnreadMessage(int); 60 void scr_RosterUnreadMessage(int);
61 void scr_RosterJumpAlternate(void); 61 void scr_RosterJumpAlternate(void);
62 void scr_BufferScrollUpDown(int updown, unsigned int nblines);
62 63
63 #endif 64 #endif