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.36.221.144 with SMTP id t138mr140005itf.37.1518866264172; Sat, 17 Feb 2018 03:17:44 -0800 (PST) X-Received: by 10.157.113.143 with SMTP id o15mr337210otj.6.1518866263783; Sat, 17 Feb 2018 03:17:43 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w142no729124ita.0!news-out.google.com!s63ni1442itb.0!nntp.google.com!w142no729123ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 17 Feb 2018 03:17:43 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=176.130.29.212; posting-account=6yLzewoAAABoisbSsCJH1SPMc9UrfXBH NNTP-Posting-Host: 176.130.29.212 References: <69b3b7ad-41c7-4e36-a30b-ccadef685592@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada package for handling ANSI Standard (X3.64) From: briot.emmanuel@gmail.com Injection-Date: Sat, 17 Feb 2018 11:17:44 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Body-CRC: 3521872093 X-Received-Bytes: 1730 Xref: reader02.eternal-september.org comp.lang.ada:50483 Date: 2018-02-17T03:17:43-08:00 List-Id: Also GNATCOLL.Terminal will let you output colored text (including on Windo= ws where by default the terminal does not support ANSI escape sequences). To interpret those sequences, there is a package in GPS (widgets/src/gtkada= -terminal.c) that provides a GtkAda text viewer. Perhaps it could be moved = outside of GPS (it wasn't tricky to write, but now it is able to interact w= ith vim, for instance, which is not bad) Emmanuel