comparison mcabber/src/screen.h @ 654:d7fe7b88e4fc

MUC: Set the new_message flag when joining a room
author Mikael Berthe <mikael@lilotux.net>
date Sat, 07 Jan 2006 12:17:49 +0100
parents fed6d1e4d7a9
children ae7016aae014
comparison
equal deleted inserted replaced
653:d5db5be78eb0 654:d7fe7b88e4fc
33 void scr_ShowBuddyWindow(void); 33 void scr_ShowBuddyWindow(void);
34 bool scr_BuddyBufferExists(const char *jid); 34 bool scr_BuddyBufferExists(const char *jid);
35 inline void scr_set_chatmode(int enable); 35 inline void scr_set_chatmode(int enable);
36 inline void scr_set_multimode(int enable); 36 inline void scr_set_multimode(int enable);
37 inline int scr_get_multimode(); 37 inline int scr_get_multimode();
38 void scr_setmsgflag_if_needed(const char *jid);
38 void scr_append_multiline(const char *line); 39 void scr_append_multiline(const char *line);
39 inline const char *scr_get_multiline(); 40 inline const char *scr_get_multiline();
40 41
41 int scr_Getch(void); 42 int scr_Getch(void);
42 43