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=2.1 required=5.0 tests=BAYES_20,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC 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: ig25@fg70.rz.uni-karlsruhe.de (Thomas Koenig) Subject: Re: Clear Screen Date: 1997/02/24 Message-ID: <5escr8$rf@fg70.rz.uni-karlsruhe.de>#1/1 X-Deja-AN: 221083420 References: <330D0C26.6331@videotron.ca> Content-Type: text/plain; charset=iso-8859-1 Organization: =?ISO-8859-1?Q?Universit=E4t_Karlsruhe_(TH),_Germany_?= Mime-Version: 1.0 Reply-To: Thomas.Koenig@ciw.uni-karlsruhe.de Newsgroups: comp.lang.ada Date: 1997-02-24T00:00:00+00:00 List-Id: In comp.lang.ada, Christian Lebeau wrote: >I am just beginning to learn ADa, so fare i was not able to find how to >do a clear screen!!! This is very system-dependent; if your program runs in batch mode or in a windowing system, the concept of a "screen" does not even apply. If you're running on a Unix system, most portable way is to interface to the curses routines. See clear(3). -- 74 a3 53 cc 0b 19