Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!osu-eddie!mdf From: mdf@osu-eddie.UUCP Newsgroups: comp.sys.ibm.pc,comp.lang.c Subject: NANSI.SYS bug Message-ID: <2992@osu-eddie.UUCP> Date: Tue, 27-Jan-87 15:15:55 EST Article-I.D.: osu-eddi.2992 Posted: Tue Jan 27 15:15:55 1987 Date-Received: Thu, 29-Jan-87 06:37:08 EST Distribution: net Organization: InfoSolv Corporation; Columbus, OH. (guest Ohio State U.) Lines: 34 Keywords: curses Xref: watmath comp.sys.ibm.pc:1215 comp.lang.c:872 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 < < < < < < < < < < < < < < < < < < < <> > > > > > > > > > > > > > > > > > > >