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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c7b30cb68d25aebb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-14 04:13:38 PST Message-ID: <3F3B76B3.645E@mail.ru> Date: Thu, 14 Aug 2003 12:46:59 +0100 From: Dmytry Lavrov X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: DOS or Windows Console I/O References: <8Gx_a.2094$jw4.1318@nwrdny03.gnilink.net> <4iPzUSLmXU12@eisner.encompasserve.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 213.248.15.120 X-Trace: shknews01 1060850691 213.248.15.120 (14 Aug 2003 16:44:51 +0800) Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!newsfeed.news2me.com!nntp1.phx1.gblx.net!nntp.gblx.net!nntp.gblx.net!news2.ilink.net!shknews01 Xref: archiver1.google.com comp.lang.ada:41436 Date: 2003-08-14T12:46:59+01:00 List-Id: Larry Kilgallen wrote: > > In article <8Gx_a.2094$jw4.1318@nwrdny03.gnilink.net>, "Stephane Richard" writes: > > Hello everyone, > > > > I've asked this before, but accidents in my system (windows and my CPU > > collided dramatically, there was no survivors hehe)...so I'd like to, if I > > may, inquire one more time. > > > > From what I've read in the Ada95 RM and on multiple source examples, I dont > > believe Ada95, be it for DOS or Windows Console Text mode, does colors, or > > does rectangular scrolling, or nothing of the sort. (Pascal programmers > > will recognize the commands I'm looking for in Ada :-) and for that matter, > > they will also know I'm looking for a Crt Library equivalent for ada :-).. > > No, as a Pascal programmer I do not recognize that at all. > > Are you perhaps thinking of a particular Pascal compiler on a particular > operating system ? I do not believe any of what you describe is in the > Pascal standard. He mean TurboPascal... CRT unit in TP allow to scroll up and down,change colors,change video mode,etc... of output from standard textIO to console. i.e. TextColor(10); Writeln(' Hello, World!. (color 10,green) '); {and this "10" green looks really "poisonous"} http://dmytrylavrov.narod.ru