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-Thread: 103376,6f4b2f1a3f091549 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.germany.com!newsfeed-0.progon.net!progon.net!news-zh.switch.ch!switch.ch!news.ip-plus.net!newsfeed.ip-plus.net!news.post.ch!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Escape Codes Date: Mon, 05 Mar 2007 15:03:32 +0100 Organization: Swisscom IP+ (post doesn't reflect views of Swisscom) Message-ID: <45ec2335@news.post.ch> References: <45ec0b23$1@news.post.ch> <1173100348.824818.272400@s48g2000cws.googlegroups.com> NNTP-Posting-Host: 194.41.146.1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: atlas.ip-plus.net 1173103416 27850 194.41.146.1 (5 Mar 2007 14:03:36 GMT) X-Complaints-To: abuse@ip-plus.net NNTP-Posting-Date: Mon, 5 Mar 2007 14:03:36 +0000 (UTC) User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) In-Reply-To: <1173100348.824818.272400@s48g2000cws.googlegroups.com> X-Original-NNTP-Posting-Host: w01iwt.pnet.ch X-Original-Trace: 5 Mar 2007 15:03:33 +0200, w01iwt.pnet.ch Xref: g2news2.google.com comp.lang.ada:9683 Date: 2007-03-05T15:03:32+01:00 List-Id: brian.b.mcguinness@lmco.com schrieb: > Google for ANSI escape sequences > > Results include: > > http://www.dee.ufcg.edu.br/~rrbrandt/tools/ansi.html > http://isthe.com/chongo/tech/comp/ansi_escapes.html > http://en.wikipedia.org/wiki/ANSI_escape_code None of which will tell you which sequence the terminal sends when i.E. you press the or key :-(. But Georg's hint to search for "Xterm Control Sequences" turned up http://sunsite.ualberta.ca/Documentation/Gnu/screen-3.9.4/html_chapter/screen_11.html which does :-): Home kh stuff \033[1~ End kH stuff \033[4~ Insert kI stuff \033[2~ Delete kD stuff \033[3~ Page up kP stuff \033[5~ Page down kN stuff \033[6~ With Regards Martin