comparison mcabber/src/screen.h @ 1483:e74cc83e7158

Refactor scr_UpdateWindow()
author Mikael Berthe <mikael@lilotux.net>
date Sun, 20 Apr 2008 11:45:01 +0200
parents bb1cc8902d0e
children 0121b6f3047c
comparison
equal deleted inserted replaced
1482:f16b280e70d4 1483:e74cc83e7158
18 void spellcheck_init(void); 18 void spellcheck_init(void);
19 void spellcheck_deinit(void); 19 void spellcheck_deinit(void);
20 //static void spellcheck(char*, char*); 20 //static void spellcheck(char*, char*);
21 #endif 21 #endif
22 22
23 #include "hbuf.h"
23 #include "logprint.h" 24 #include "logprint.h"
24 25
25 #define INPUTLINE_LENGTH 1024 26 #define INPUTLINE_LENGTH 1024
26 27
27 // Only used in screen.c; this is the maximum line number 28 // Only used in screen.c; this is the maximum line number
127 void scr_setmsgflag_if_needed(const char *jid, int special); 128 void scr_setmsgflag_if_needed(const char *jid, int special);
128 void scr_append_multiline(const char *line); 129 void scr_append_multiline(const char *line);
129 const char *scr_get_multiline(void); 130 const char *scr_get_multiline(void);
130 const char *scr_get_multimode_subj(void); 131 const char *scr_get_multimode_subj(void);
131 132
133 void scr_line_prefix(hbb_line *line, char *prefix, guint preflen);
134
132 void scr_Beep(void); 135 void scr_Beep(void);
133 136
134 bool Autoaway; 137 bool Autoaway;
135 138
136 long int scr_GetAutoAwayTimeout(time_t now); 139 long int scr_GetAutoAwayTimeout(time_t now);