[comp.lang.c] NANSI.SYS bug

mdf@osu-eddie.UUCP (01/27/87)

We are using the Aspen Scientific Curses library 3.0 package under
PC-DOS 3.10 with the MS C 4.0 compiler.  When NANSI.SYS 2.2 is loaded,
certain code to cause the pc to 'beep' doesn't work.  Without NANSI.SYS,
it works fine. 

In the following program, (with NANSI.SYS loaded) if you comment out the
'raw()', then the beep works.  With the 'raw()' active, you don't get a
beep.  Without NANSI.SYS loaded, either case will allow the beep() to 
work correctly.

#include "curses.h"

main(ac, av)
int ac;
char ** av;
{
    initscr();
    raw();
    beep();
    endwin();
    exit(0);
}

Is there a newer NANSI.SYS than 2.2 that might fix this?


-- 
< < < < < < < < < < < < < < < < < < < <> > > > > > > > > > > > > > > > > > > >
Mark D. Freeman						    mdf@osu-eddie.uucp
InfoSolv Corporation					   mdf@Ohio-State.arpa
6099 Riverside Drive				      ...!cbosgd!osu-eddie!mdf
Dublin, OH  43017		    Guest account at The Ohio State University
(614) 761-8444
< < < < < < < < < < < < < < < < < < < <> > > > > > > > > > > > > > > > > > > >