Initialize the curses GUI.
Definition at line 42 of file gui_draw.c.
00043 { 00044 /* We need the termcap before chroot() */ 00045 initscr(); 00046 }