From: utzoo!decvax!harpo!eagle!mhuxt!mhuxj!cbosgd!mark Newsgroups: net.bugs.4bsd Title: Re: newwin() in curses has a bug Article-I.D.: cbosgd.2475 Posted: Sat Jul 31 16:41:59 1982 Received: Sun Aug 1 03:24:22 1982 References: purdue.316 A better fix is to change all the malloc's to callocs. Be sure to insert an extra parameter of "1", since calloc wants two parameters.