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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b5b2058cf06b9b9c X-Google-Attributes: gid103376,public From: "Vladimir Olensky" Subject: Re: Newbie; Help with Screen package Date: 2000/04/04 Message-ID: #1/1 X-Deja-AN: 606677632 References: Organization: Posted via Supernews, http://www.supernews.com X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Newsgroups: comp.lang.ada X-Complaints-To: newsabuse@supernews.com Date: 2000-04-04T00:00:00+00:00 List-Id: tom wrote in message ... >I am writing a program for a university project, and at the moment all the >text on the screen displayed in black and white, that's fine, but its a bit >boring. I noticed that someone else managed to get colour on their program, >I asked them how and they said they edited the screen package to give them >colour text. He said he used escape sequences and that he had used an >existing procedure in the screen package(I think it was movecursor) and he >basically modified it to use escape sequences to change the colour. I tried >to do it with my screen package, but I didn't get very far. I am using >Win95 Gnat ADA on Windows 95. any help would be approached? Use NT/Win95 Console package by Jerry van Dijk: http://stad.dsl.nl/~jvandyk/packages.html#CONSOLE