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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.30.16 with SMTP id e16mr5702427ioe.22.1518891545210; Sat, 17 Feb 2018 10:19:05 -0800 (PST) X-Received: by 10.157.112.141 with SMTP id l13mr385357otj.1.1518891545132; Sat, 17 Feb 2018 10:19:05 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.linkpendium.com!news.linkpendium.com!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!o66no841205ita.0!news-out.google.com!s63ni1752itb.0!nntp.google.com!o66no841203ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 17 Feb 2018 10:19:04 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.113.16.86; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 76.113.16.86 References: <69b3b7ad-41c7-4e36-a30b-ccadef685592@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <21e65ca1-1830-4ca8-b9ba-0dc5ba115249@googlegroups.com> Subject: Re: Ada package for handling ANSI Standard (X3.64) From: Shark8 Injection-Date: Sat, 17 Feb 2018 18:19:05 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:50496 Date: 2018-02-17T10:19:04-08:00 List-Id: On Saturday, February 17, 2018 at 1:54:49 AM UTC-7, Jeffrey R. Carter wrote: > On 02/17/2018 12:47 AM, Shark8 wrote: > > I've looked around and haven't been able to find any X3.64 library/bindings for Ada, does anyone know of any? -- I *think* ISO-2022 library/bindings might work, but I'd have to double-check on that. > > There's a partial implementation in PragmARC.Ansi_Tty_Control; additional > sequences are easy to add. > > https://github.com/jrcarter/PragmARC Thank you. I'll look into it.