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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c12346c96c20fe7b X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news2!wn13feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: Screen package (Mike Feldman) Reply-To: no to spamers (No@email.given.org) References: <763c9600-b888-4d85-9fe9-2f1e5286eadf@i24g2000prf.googlegroups.com> X-Newsreader: IBM NewsReader/2 2.0 Message-ID: Date: Wed, 24 Dec 2008 15:57:43 GMT NNTP-Posting-Host: 12.64.180.174 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc04-news.ops.worldnet.att.net 1230134263 12.64.180.174 (Wed, 24 Dec 2008 15:57:43 GMT) NNTP-Posting-Date: Wed, 24 Dec 2008 15:57:43 GMT Organization: AT&T Worldnet Xref: g2news1.google.com comp.lang.ada:3089 Date: 2008-12-24T15:57:43+00:00 List-Id: You might try. Put ( ASCII.ESC & "[2J" ) ; -- ANSI escape seq for clearing screen Also do a search for "ANSI ESCAPE CODES" for other codes. In <763c9600-b888-4d85-9fe9-2f1e5286eadf@i24g2000prf.googlegroups.com>, tolkamp writes: >I have downloaded the Screen package from Mike Feldman. >It works on the CMD (terminal) window with the following problems >after a ClearScreen command : >1) Only half of the lines of the screen is cleared. >2) The prompt "C:\GNAT\bin>" remains displayed at the left upper >corner of the screen. >How can the screen be cleared complete?