comp.lang.ada
 help / color / mirror / Atom feed
* Escape Codes
@ 2007-03-05 12:20 Martin Krischik
  2007-03-05 12:53 ` Georg Bauhaus
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Martin Krischik @ 2007-03-05 12:20 UTC (permalink / raw)


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 <esc>[A on the up key and <esc>[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?

Martin



^ permalink raw reply	[flat|nested] 19+ messages in thread
* Escape codes
@ 2003-03-14 21:56 J.Matthews
  2003-03-14 23:01 ` tmoran
  2003-03-15  2:15 ` Jeffrey Carter
  0 siblings, 2 replies; 19+ messages in thread
From: J.Matthews @ 2003-03-14 21:56 UTC (permalink / raw)


Can anyone explain why this doesn't work.
I am fairly new to ADA and would appreciate the help!

with ada.text_io;
use ada.text_io;

procedure ClearScreen is

begin

    Put (Item => ASCII.ESC);
    Put (Item => "[2J");

end ClearScreen;


It's meant to clear the screen but all it does is display a small left arrow
then [2J


Thanks in advance.





^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2007-03-06 12:00 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-05 12:20 Escape Codes Martin Krischik
2007-03-05 12:53 ` Georg Bauhaus
2007-03-05 13:16   ` Thomas Dickey
2007-03-05 13:12 ` brian.b.mcguinness
2007-03-05 13:22   ` Thomas Dickey
2007-03-05 14:03   ` Martin Krischik
2007-03-05 14:50     ` Markus E Leypold
2007-03-06  7:47       ` Martin Krischik
2007-03-05 14:58     ` Thomas Dickey
2007-03-05 13:24 ` Markus E Leypold
2007-03-05 15:47 ` Ali Bendriss
2007-03-05 16:47 ` Adam Beneschan
2007-03-05 21:32   ` Thomas Dickey
2007-03-05 18:51 ` Jeffrey R. Carter
2007-03-06  3:16   ` Brian May
2007-03-06 12:00     ` Thomas Dickey
  -- strict thread matches above, loose matches on Subject: below --
2003-03-14 21:56 Escape codes J.Matthews
2003-03-14 23:01 ` tmoran
2003-03-15  2:15 ` Jeffrey Carter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox