comparison 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
comparison
equal deleted inserted replaced
1960:b596bcff758e 1961:39021fd6b0e1
154 void scr_buffer_percent(int pc); 154 void scr_buffer_percent(int pc);
155 void scr_buffer_date(time_t t); 155 void scr_buffer_date(time_t t);
156 void scr_buffer_dump(const char *file); 156 void scr_buffer_dump(const char *file);
157 void scr_buffer_list(void); 157 void scr_buffer_list(void);
158 void scr_buffer_scroll_up_down(int updown, unsigned int nblines); 158 void scr_buffer_scroll_up_down(int updown, unsigned int nblines);
159 void scr_buffer_readmark(gboolean action); 159 void scr_buffer_readmark(gchar action);
160 void scr_buffer_jump_readmark(void); 160 void scr_buffer_jump_readmark(void);
161 161
162 bool scr_roster_color(const char *status, const char *wildcard, 162 bool scr_roster_color(const char *status, const char *wildcard,
163 const char *color); 163 const char *color);
164 void scr_roster_clear_color(void); 164 void scr_roster_clear_color(void);