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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fa56c83118d748b8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-18 03:55:44 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn12feed!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc52.ops.asp.att.net.POSTED!not-for-mail From: "Jeffrey Creem" Newsgroups: comp.lang.ada References: Subject: Re: GNAT Ada - Clear Screen X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: NNTP-Posting-Host: 66.31.5.146 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc52.ops.asp.att.net 1050663307 66.31.5.146 (Fri, 18 Apr 2003 10:55:07 GMT) NNTP-Posting-Date: Fri, 18 Apr 2003 10:55:07 GMT Organization: AT&T Broadband Date: Fri, 18 Apr 2003 10:55:43 GMT Xref: archiver1.google.com comp.lang.ada:36282 Date: 2003-04-18T10:55:43+00:00 List-Id: Note that the ncurses binding is built in to the later ncurses distributions so you dont have to go looking for it. ftp://ftp.gnu.org/gnu/ncurses "Fingertip" wrote in message news:newscache$828jdh$1ko$1@lnews.actcom.co.il... > Hello everyone, > > This is the first time I post here, so I hope I don't violate any > guidelines and/or rules you guys set here. > > Now, for my question: > > I am using a GNAT Ada compiler, and I want to be able to clear the console > window.