diff mcabber/mcabber/screen.h @ 1961:39021fd6b0e1

Try to improve readmarks in some cases This patch removes the readmark when entering chatmode if the mark is on the last line. This should hopefully fix weird behavior seen under some circumstances.
author Mikael Berthe <mikael@lilotux.net>
date Tue, 15 Mar 2011 00:39:17 +0100
parents b596bcff758e
children 0870005f7efc
line wrap: on
line diff
--- a/mcabber/mcabber/screen.h	Mon Mar 14 23:45:24 2011 +0100
+++ b/mcabber/mcabber/screen.h	Tue Mar 15 00:39:17 2011 +0100
@@ -156,7 +156,7 @@
 void scr_buffer_dump(const char *file);
 void scr_buffer_list(void);
 void scr_buffer_scroll_up_down(int updown, unsigned int nblines);
-void scr_buffer_readmark(gboolean action);
+void scr_buffer_readmark(gchar action);
 void scr_buffer_jump_readmark(void);
 
 bool scr_roster_color(const char *status, const char *wildcard,