comparison mcabber/src/screen.h @ 1135:5d7c05932b13

Add command /buffer close
author Mikael Berthe <mikael@lilotux.net>
date Sat, 03 Feb 2007 20:05:57 +0100
parents 1a109ebf3f24
children 8ba4b1e8b42d
comparison
equal deleted inserted replaced
1134:995dde656033 1135:5d7c05932b13
116 void scr_RosterSearch(char *); 116 void scr_RosterSearch(char *);
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(void); 121 void scr_BufferPurge(int);
122 void scr_BufferSearch(int direction, const char *text); 122 void scr_BufferSearch(int direction, const char *text);
123 void scr_BufferPercent(int pc); 123 void scr_BufferPercent(int pc);
124 void scr_BufferDate(time_t t); 124 void scr_BufferDate(time_t t);
125 void scr_RosterUnreadMessage(int); 125 void scr_RosterUnreadMessage(int);
126 void scr_RosterJumpAlternate(void); 126 void scr_RosterJumpAlternate(void);