diff 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
line wrap: on
line diff
--- a/mcabber/src/screen.h	Thu May 25 22:39:37 2006 +0200
+++ b/mcabber/src/screen.h	Fri May 26 22:51:19 2006 +0200
@@ -89,6 +89,7 @@
 void scr_RosterJumpJid(char *);
 void scr_BufferTopBottom(int topbottom);
 void scr_BufferClear(void);
+void scr_BufferScrollLock(int lock);
 void scr_BufferPurge(void);
 void scr_BufferSearch(int direction, const char *text);
 void scr_BufferPercent(int pc);