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,bbeba936b24f1d90,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-12-21 12:02:02 PST From: Stefan Kombrink Newsgroups: comp.lang.ada Subject: modifying color of "Ada.Text_IO.Put" Date: Thu, 21 Dec 2000 20:54:36 +0100 Organization: Fakultaet Informatik, Universitaet Stuttgart, Germany Message-ID: <3A425FFC.3831ACE2@gmx.net> NNTP-Posting-Host: gspc46.informatik.uni-stuttgart.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: inf2.informatik.uni-stuttgart.de 977428477 13088 129.69.212.146 (21 Dec 2000 19:54:37 GMT) X-Complaints-To: usenet@news.informatik.uni-stuttgart.de NNTP-Posting-Date: 21 Dec 2000 19:54:37 GMT X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.16-3 i686) X-Accept-Language: en Path: supernews.google.com!sn-xit-03!supernews.com!newsswitch.lcs.mit.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeeds.belnet.be!news.belnet.be!newsfeed00.sul.t-online.de!t-online.de!newscore.gigabell.net!blackbush.xlink.net!rz.uni-karlsruhe.de!news.uni-ulm.de!news.belwue.de!news.informatik.uni-stuttgart.de!not-for-mail Xref: supernews.google.com comp.lang.ada:3333 Date: 2000-12-21T19:54:37+00:00 List-Id: Hi there, in C and other programming languages it's simply possible to change the background and foreground color of text plotted on screen. But GNAT doesn't seem to offer procedures to handle that. Moving the cursor may work with "Set_Col" and "Set_Line", but i need routines to change color as well! Could anyone remember a small, simple easy-to-use package (OS independent) or should it even be possible by using standard GNAT packages? I'm lucky for every single answer, thank you very much >8^) Stefan K.