Why do the escape sequences not work?
From: GlesgaMick (sikmick_at_yahoo.com)
Date: 10/02/04
- Next message: stephane richard: "Re: Why do the escape sequences not work?"
- Previous message: GlesgaMick: "Re: How do i configure AdaGIDE to use the GNAT compiler?"
- Next in thread: stephane richard: "Re: Why do the escape sequences not work?"
- Reply: stephane richard: "Re: Why do the escape sequences not work?"
- Reply: GlesgaMick: "Re: Why do the escape sequences not work?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 02 Oct 2004 08:55:41 -0400
According to what iv'e read, the commands to clear the screen are:
Ada.Text_IO.Put(Item => ASCII.ESC);
Ada.Text_IO.Put(Item => "[2J");
on my compuer they simply make the text value of ESC apear followed by the
[2J. I'm using Windows ME at the command prompt. and suspect it has
sometyhing to do with the way the OS recognised escape codes... but ca
anyone direct me somewhere where i can find the right escape codes?
- Next message: stephane richard: "Re: Why do the escape sequences not work?"
- Previous message: GlesgaMick: "Re: How do i configure AdaGIDE to use the GNAT compiler?"
- Next in thread: stephane richard: "Re: Why do the escape sequences not work?"
- Reply: stephane richard: "Re: Why do the escape sequences not work?"
- Reply: GlesgaMick: "Re: Why do the escape sequences not work?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|