comparison mcabber/src/screen.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 033576acac4c
children 8bbc764139ef
comparison
equal deleted inserted replaced
1273:b17ab2782ce5 1274:c33b5b6fbf08
98 void scr_init_bindings(void); 98 void scr_init_bindings(void);
99 99
100 void scr_Getch(keycode *kcode); 100 void scr_Getch(keycode *kcode);
101 int process_key(keycode kcode); 101 int process_key(keycode kcode);
102 102
103 inline void scr_DoUpdate(void);
104
105 void scr_InitLocaleCharSet(void); 103 void scr_InitLocaleCharSet(void);
106 void scr_InitCurses(void); 104 void scr_InitCurses(void);
107 void scr_TerminateCurses(void); 105 void scr_TerminateCurses(void);
108 void scr_DrawMainWindow(unsigned int fullinit); 106 void scr_DrawMainWindow(unsigned int fullinit);
109 void scr_DrawRoster(void); 107 void scr_DrawRoster(void);