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.4 required=5.0 tests=BAYES_00,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,977339a84cf5c700 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-08 18:27:03 PST Path: bga.com!news.sprintlink.net!cs.utexas.edu!convex!news.duke.edu!godot.cc.duq.edu!toads.pgh.pa.us!tore From: tore@lis.pitt.edu (Tore Joergensen) Newsgroups: comp.lang.ada Subject: Re: GNAT PROBLEM Date: 9 Mar 1995 01:01:08 GMT Organization: University of Pittsburgh Message-ID: <3jlk0l$4ua@toads.pgh.pa.us> References: <3jl8go$o99@jaxnet.jaxnet.com> NNTP-Posting-Host: icarus.lis.pitt.edu X-Newsreader: TIN [version 1.2 PL2] Date: 1995-03-09T01:01:08+00:00 List-Id: Eric Molitor (emolitor@jax.jaxnet.com) wrote: : I'm currently using GNAT v2.00 while learning how to program in ADA. The : only thing I cant understand is how to get rid of that stupid line at the : top of my screen when I run one of my compiled programs. Is there a : switch to shut it off? I guess you are using OS/2. If not, forget this. To get rid of the help-line temporarily, write help off. To get rid of it permanently, delete $i in the prompt-line in the config.sys file. BTW, if you are using a command-window you can get more lines if you write mode 80 60 (60 lines, max=102). -- ______________________________________________________________________ Tore B. Joergensen, | e-mail: tore@lis.pitt.edu a norwegian student | snail-mail: 2201 Pittockstr. a long way from home. | Pittsburgh, 15217 PA | web: http://www.pitt.edu/~tojst1