On Wed, Jul 23, 2008 at 10:31:34AM +0200, Chris Dorsman wrote: > Hi all, > > I have this strange problem... > > I have a OpenBSD-4.2 developmentmachine running on the latest VMWare server > I'm trying to program in Ncurses. But after running my application the > terminal produces output like this: > > output > output > output > output > > I have tryed several terminal types, hoping that it would help but no > results. > I must really reset the terminal to get it all normal. > > Someone has a clue? > >
No, but we love wild guessing! You probably don't call endwin(3) before exiting your app.

