Note that the predefined variable 'stdscr' in the curses library must explicitly be set in the BaCon program. This can be done by assigning the returnvalue from 'initscr': stdscr = initscr() ------------------------------------------------------------------------------------------------------------- Good reference guides can be found here: - http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/ - http://invisible-island.net/ncurses/man/ncurses.3x.html (manpages online)