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,9c0ab6f828790bc9,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-22 04:25:51 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news.freenet.de!not-for-mail From: see@messagebody.com (Jan) Newsgroups: comp.lang.ada Subject: another text_io Date: Sun, 22 Dec 2002 12:24:18 GMT Message-ID: <3e05aee0.3155187@news.freenet.de> X-Newsreader: Forte Free Agent 1.21/32.243 NNTP-Posting-Host: 213.7.193.3 X-Trace: 1040559933 news.freenet.de 29795 213.7.193.3:1033 X-Complaints-To: abuse@freenet.de Xref: archiver1.google.com comp.lang.ada:32190 Date: 2002-12-22T12:24:18+00:00 List-Id: Hi, we all know that the standard package Text_IO doesn't have a good text mode support, so here is my question: does someone know where to find a substitute for it, which would allow me to: - place the cursor wherever I want (like gotoxy in Pascal) - change the foreground and background color - hide the cursor - change text mode (at least 80x25 and 80x50) Thanks,