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=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!news.teledata-fn.de!noris.net!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Escape Codes From: Georg Bauhaus In-Reply-To: <45ec0b23$1@news.post.ch> References: <45ec0b23$1@news.post.ch> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-Id: <1173099229.3712.39.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Mon, 05 Mar 2007 13:53:50 +0100 NNTP-Posting-Date: 05 Mar 2007 13:50:51 CET NNTP-Posting-Host: 4833a44c.newsspool4.arcor-online.net X-Trace: DXC=LKeTGYBfUcn^Y=RbYBPl4`4IUK On Mon, 2007-03-05 at 13:20 +0100, Martin Krischik wrote: > Hello, > > I know it's not an Ada question but you guys are my last hope as I > googled until my fingers bleed. > > Now I know that xterm will send [A on the up key and [B in the > down key but could not find any informations on all the other keys - > like page up page down. There must be a list somewhere. I mean an easy > to understand human readable list - which termcap isn't. > > Can anybody give me a pointer? > My manpage says, Xterm Control Sequences (this is the file ctlseqs.ms) which http://www.thrysoee.dk/xtermcontrol/ says, is in the xterm distribution. HTH