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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bbeba936b24f1d90 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-12-22 03:27:57 PST Path: supernews.google.com!sn-xit-02!supernews.com!216.227.56.88.MISMATCH!telocity-west!TELOCITY!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!news.gtei.net!news-FFM2.ecrc.net!news.iks-jena.de!lutz From: lutz@iks-jena.de (Lutz Donnerhacke) Newsgroups: comp.lang.ada Subject: Re: modifying color of "Ada.Text_IO.Put" Date: 22 Dec 2000 11:26:26 GMT Organization: IKS GmbH Jena Distribution: world Message-ID: References: <3A425FFC.3831ACE2@gmx.net> NNTP-Posting-Host: taranis.iks-jena.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: slrn/0.9.5.7 (UNIX) Xref: supernews.google.com comp.lang.ada:3358 Date: 2000-12-22T11:26:26+00:00 List-Id: * Stefan Kombrink wrote: > in C and other programming languages it's simply possible to change >the background and foreground color of text plotted on screen. No. There is no standard library call to do this. (or do I miss something?) But there are additional libraries to do it in a portable way, i.e. curses. >But GNAT doesn't seem to offer procedures to handle that. Use the additional library [n]curses (www.gnu.org/.../curses/). A Ada95 binding is included. >Moving the cursor may work with "Set_Col" and "Set_Line", but i need It failed miserably on my terminal. It can not move backwards. -- http://www.tm.oneiros.de/calendar/2001/index.html