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,19d07d96f103778e,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsfeed.stanford.edu!sn-xit-02!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "GlesgaMick" Newsgroups: comp.lang.ada Subject: Why do the escape sequences not work? Date: Sat, 02 Oct 2004 08:55:41 -0400 Organization: www.talkaboutprogramming.com Message-ID: X-Newsreader: www.talkaboutprogramming.com Content-Type: text/plain; X-Complaints-To: abuse@supernews.com Xref: g2news1.google.com comp.lang.ada:4559 Date: 2004-10-02T08:55:41-04:00 List-Id: 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?