comparison mcabber/src/screen.h @ 779:057ffe7c43dc

Initialize locale charset earlier This patch fixes a segfault when scr_LogPrint() is called before scr_InitCurses().
author Mikael Berthe <mikael@lilotux.net>
date Mon, 27 Mar 2006 22:09:30 +0200
parents 72626e9d60bd
children 7e0562e3bc83
comparison
equal deleted inserted replaced
778:a22665116104 779:057ffe7c43dc
46 } keycode; 46 } keycode;
47 47
48 void scr_Getch(keycode *kcode); 48 void scr_Getch(keycode *kcode);
49 int process_key(keycode kcode); 49 int process_key(keycode kcode);
50 50
51 void scr_InitLocaleCharSet(void);
51 void scr_InitCurses(void); 52 void scr_InitCurses(void);
52 void scr_TerminateCurses(void); 53 void scr_TerminateCurses(void);
53 void scr_DrawMainWindow(unsigned int fullinit); 54 void scr_DrawMainWindow(unsigned int fullinit);
54 void scr_DrawRoster(void); 55 void scr_DrawRoster(void);
55 void scr_UpdateMainStatus(int forceupdate); 56 void scr_UpdateMainStatus(int forceupdate);