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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38fc011071df5a27 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-29 17:21:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!cyclone.bc.net!sjc70.webusenet.com!news.webusenet.com!newsfeed1.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail From: Richard Riehle Newsgroups: comp.lang.ada Subject: Re: Ideas for Ada 200X (CONSOLE_IO) Date: Thu, 29 May 2003 17:23:21 -0700 Organization: AdaWorks Software Engineering Message-ID: <3ED6A479.E9703325@adaworks.com> References: <6a90b886.0305262344.1d558079@posting.google.com> <3ED4A94C.2020501@noplace.com> <3ed4c9a2@news.wineasy.se> <3ED4EB4E.6050108@cogeco.ca> Reply-To: richard@adaworks.com NNTP-Posting-Host: 41.b2.60.fb Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 30 May 2003 00:21:08 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:38025 Date: 2003-05-30T00:21:08+00:00 List-Id: "Tarjei T. Jensen" wrote: > - a *simple* console I/O package (text terminal). These days one can assume > at least a vt100. Preferably something that works seamlessly with both 7 and > 8 bit escape sequences. I realize it is MS-specific, at present, but the Jerry Van Dijk Console_IO package turns out to be pretty good. My students at NPS use if for some of their programming problems. Richard Riehle