in reply to Re^3: Curses.pm and newterm
in thread Curses.pm and newterm

addch is a macro that works on 'stdscr', newterm sets stdscr to be the latest created screen. Or something fairly close to that.