comparison mcabber/src/logprint.h @ 1274:c33b5b6fbf08

Fix screen refresh issue (spotted by franky) The message "Reading <JID> history file...", when loading a big history file, was displayed too late.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 22 Aug 2007 22:19:33 +0200
parents 527d6f234924
children f89844a0448a
comparison
equal deleted inserted replaced
1273:b17ab2782ce5 1274:c33b5b6fbf08
10 // For convenience... 10 // For convenience...
11 #define LPRINT_LOGNORM (LPRINT_NORMAL|LPRINT_LOG) 11 #define LPRINT_LOGNORM (LPRINT_NORMAL|LPRINT_LOG)
12 12
13 void scr_LogPrint(unsigned int flag, const char *fmt, ...); 13 void scr_LogPrint(unsigned int flag, const char *fmt, ...);
14 14
15 inline void scr_DoUpdate(void);
16
15 #endif /* __LOGPRINT_H__ */ 17 #endif /* __LOGPRINT_H__ */
16 18
17 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 19 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */