comparison mcabber/src/screen.h @ 675:ae7016aae014

New "beep_on_message" option
author Mikael Berthe <mikael@lilotux.net>
date Wed, 25 Jan 2006 22:00:06 +0100
parents d7fe7b88e4fc
children 6c100adfbfb6
comparison
equal deleted inserted replaced
674:dbdf72de7500 675:ae7016aae014
37 inline int scr_get_multimode(); 37 inline int scr_get_multimode();
38 void scr_setmsgflag_if_needed(const char *jid); 38 void scr_setmsgflag_if_needed(const char *jid);
39 void scr_append_multiline(const char *line); 39 void scr_append_multiline(const char *line);
40 inline const char *scr_get_multiline(); 40 inline const char *scr_get_multiline();
41 41
42 inline void scr_Beep(void);
42 int scr_Getch(void); 43 int scr_Getch(void);
43 44
44 int process_key(int); 45 int process_key(int);
45 46
46 void scr_CheckAutoAway(bool activity); 47 void scr_CheckAutoAway(bool activity);