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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c12346c96c20fe7b,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!postnews.google.com!i24g2000prf.googlegroups.com!not-for-mail From: tolkamp Newsgroups: comp.lang.ada Subject: Screen package (Mike Feldman) Date: Tue, 23 Dec 2008 13:22:10 -0800 (PST) Organization: http://groups.google.com Message-ID: <763c9600-b888-4d85-9fe9-2f1e5286eadf@i24g2000prf.googlegroups.com> NNTP-Posting-Host: 77.249.221.108 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1230067330 29723 127.0.0.1 (23 Dec 2008 21:22:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 23 Dec 2008 21:22:10 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i24g2000prf.googlegroups.com; posting-host=77.249.221.108; posting-account=CRTuqQoAAACkAj4MrK0vtmdX5EEtJNCk User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3082 Date: 2008-12-23T13:22:10-08:00 List-Id: 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?