comparison mcabber/src/screen.h @ 480:882e1acae422

Add /say_to command
author Mikael Berthe <mikael@lilotux.net>
date Tue, 04 Oct 2005 19:47:50 +0200
parents e4840b288be0
children 5a2132ba2220
comparison
equal deleted inserted replaced
479:b82428ac107d 480:882e1acae422
49 void scr_RosterTop(void); 49 void scr_RosterTop(void);
50 void scr_RosterBottom(void); 50 void scr_RosterBottom(void);
51 void scr_RosterUp(void); 51 void scr_RosterUp(void);
52 void scr_RosterDown(void); 52 void scr_RosterDown(void);
53 void scr_RosterSearch(char *); 53 void scr_RosterSearch(char *);
54 void scr_RosterJumpJid(char *);
54 void scr_BufferTopBottom(int topbottom); 55 void scr_BufferTopBottom(int topbottom);
55 void scr_BufferClear(void); 56 void scr_BufferClear(void);
56 void scr_BufferSearch(int direction, const char *text); 57 void scr_BufferSearch(int direction, const char *text);
57 void scr_BufferPercent(int pc); 58 void scr_BufferPercent(int pc);
58 void scr_BufferDate(time_t t); 59 void scr_BufferDate(time_t t);