From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, LOTS_OF_MONEY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3580c51254883f5d X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: "Screen" package for Windows95 Date: 1999/06/10 Message-ID: <7jp13v$hld@hobbes.crc.com>#1/1 X-Deja-AN: 488028132 References: <8qQ73.5920$Xr4.48911@c01read02-admin.service.talkway.com> Organization: Coleman Research Corporation X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Newsgroups: comp.lang.ada Date: 1999-06-10T00:00:00+00:00 List-Id: pit_viper_2000 wrote in message <8qQ73.5920$Xr4.48911@c01read02-admin.service.talkway.com>... >Hi, Anyone have a nice screen package for Windows95??? I basically >just need the clearscreen function. Or if anyone knows an Ada95 >command to clear the screen and home the cursor. I can't seem to get >the "Screen" package that I have to actually clear the screen...it just >types " [2J" to the screen. The space there is actually a left arrow >on my DOS window...but I can't type that here. The package I'm using >is one that came with the GNAT 3.11p compiler that I got over the >Internet. It's written by Michael Feldman, last modified in July 1995. > If anyone has an update to this package, or has another package that I >could use, I would be greatful. Thanks! > You need to have ANSI.SYS specified in your CONFIG.SYS file in order for your DOS window to respond to ANSI terminal control sequences.