NANSI.SYS bug

mdf at osu-eddie.UUCP mdf at osu-eddie.UUCP
Wed Jan 28 06:15:55 AEST 1987


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 at osu-eddie.uucp
InfoSolv Corporation					   mdf at Ohio-State.arpa
6099 Riverside Drive				      ...!cbosgd!osu-eddie!mdf
Dublin, OH  43017		    Guest account at The Ohio State University
(614) 761-8444
< < < < < < < < < < < < < < < < < < < <> > > > > > > > > > > > > > > > > > > >



More information about the Comp.lang.c mailing list