comparison mcabber/src/screen.h @ 873:ee39f6d94d43

Add /buffer {scroll_lock|scroll_unlock|toggle_scroll}
author Mikael Berthe <mikael@lilotux.net>
date Fri, 26 May 2006 22:51:19 +0200
parents b30df2ab457f
children 78f4971578dd
comparison
equal deleted inserted replaced
872:a0ddc43b421e 873:ee39f6d94d43
87 void scr_RosterDown(void); 87 void scr_RosterDown(void);
88 void scr_RosterSearch(char *); 88 void scr_RosterSearch(char *);
89 void scr_RosterJumpJid(char *); 89 void scr_RosterJumpJid(char *);
90 void scr_BufferTopBottom(int topbottom); 90 void scr_BufferTopBottom(int topbottom);
91 void scr_BufferClear(void); 91 void scr_BufferClear(void);
92 void scr_BufferScrollLock(int lock);
92 void scr_BufferPurge(void); 93 void scr_BufferPurge(void);
93 void scr_BufferSearch(int direction, const char *text); 94 void scr_BufferSearch(int direction, const char *text);
94 void scr_BufferPercent(int pc); 95 void scr_BufferPercent(int pc);
95 void scr_BufferDate(time_t t); 96 void scr_BufferDate(time_t t);
96 void scr_RosterUnreadMessage(int); 97 void scr_RosterUnreadMessage(int);