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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,794a4cb8f6cfe39b X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Clear Screen Date: 1997/02/21 Message-ID: <1997Feb21.115525.1@eisner>#1/1 X-Deja-AN: 220454821 X-Nntp-Posting-Host: eisner.decus.org References: <330D0C26.6331@videotron.ca> X-Nntp-Posting-User: KILGALLEN X-Trace: 856544131/20399 Organization: LJK Software Newsgroups: comp.lang.ada Date: 1997-02-21T00:00:00+00:00 List-Id: In article <330D0C26.6331@videotron.ca>, Christian Lebeau writes: > I am just beginning to learn ADa, so fare i was not able to find how to > do a clear screen!!! > Can anyone tell me how to do a simple clear screen Since you do not specify any particular: Ada Compiler, Operating System, Screen I will presume: DEC Ada V2, VAX VMS V5.4, VT100 In which case you could call the SCR library with request type SCR$C_ERASE_PAGE. With Ada 95, things are less dependent upon your compiler and operating system, but they have not improved at all with regard to having the compiler on the development machine guess what model of screen (character cell, X-windows, etc.) will be on the production machine. Larry Kilgallen