comparison mcabber/src/screen.h @ 370:dd9e2eb52916

Add /buffer search_{backward,forward}
author Mikael Berthe <mikael@lilotux.net>
date Sun, 24 Jul 2005 22:56:42 +0100
parents 499170ed71c9
children bd5638c21834
comparison
equal deleted inserted replaced
369:499170ed71c9 370:dd9e2eb52916
49 void scr_RosterTop(void); 49 void scr_RosterTop(void);
50 void scr_RosterBottom(void); 50 void scr_RosterBottom(void);
51 void scr_RosterSearch(char *); 51 void scr_RosterSearch(char *);
52 void scr_BufferTopBottom(int topbottom); 52 void scr_BufferTopBottom(int topbottom);
53 void scr_BufferClear(void); 53 void scr_BufferClear(void);
54 void scr_BufferSearch(int direction, const char *text);
54 void scr_RosterUnreadMessage(int); 55 void scr_RosterUnreadMessage(int);
55 void scr_RosterJumpAlternate(void); 56 void scr_RosterJumpAlternate(void);
56 57
57 #endif 58 #endif