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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,c7b30cb68d25aebb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-13 14:05:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!199.45.49.37!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny03.gnilink.net.POSTED!53ab2750!not-for-mail From: "Stephane Richard" Newsgroups: comp.lang.ada References: <8Gx_a.2094$jw4.1318@nwrdny03.gnilink.net> Subject: Re: DOS or Windows Console I/O (Addendum) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Wed, 13 Aug 2003 21:05:21 GMT NNTP-Posting-Host: 129.44.82.194 X-Complaints-To: abuse@verizon.net X-Trace: nwrdny03.gnilink.net 1060808721 129.44.82.194 (Wed, 13 Aug 2003 17:05:21 EDT) NNTP-Posting-Date: Wed, 13 Aug 2003 17:05:21 EDT Xref: archiver1.google.com comp.lang.ada:41411 Date: 2003-08-13T21:05:21+00:00 List-Id: If course if that NCurses library's URL could be sent to me, it just occured that part of the code I need mide reside in that library. So if someone knows where to get it, please let me know. -- St�phane Richard Senior Software and Technology Supervisor http://www.totalweb-inc.com For all your hosting and related needs "Stephane Richard" wrote in message news:8Gx_a.2094$jw4.1318@nwrdny03.gnilink.net... > 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 :-).. > > Basically I'd like to know if there's anything out there that will allow me > to clear the screen (DOS or Windows Console) position the cursor at X, Y, > have somekind of Window statement (for Text mode rectangular semi windowing, > Text color and background changing, Cursor On or Off, etc etc. I dont want > a full T.U.I. like an N Curses library I've been suggested when I last > asked, .just implementations of these functions (with perhaps a bit more > :-)... > > URL's, Source samples, would be highly appreciated. > > Thank you all for your time :-) > > -- > St�phane Richard > Senior Software and Technology Supervisor > http://www.totalweb-inc.com > For all your hosting and related needs > >