comp.lang.ada
 help / color / mirror / Atom feed
From: tmoran@bix.com
Subject: Re: clearing a screen in ada? (new to ada)
Date: 2000/03/06
Date: 2000-03-06T00:00:00+00:00	[thread overview]
Message-ID: <wBVw4.4241$w9.86304@news.pacbell.net> (raw)
In-Reply-To: 38c3fb98$0$16303@motown.iinet.net.au

>comand like CLS to clear the screen and also the LOCATE type commands for
  If you are running ANSI.SYS, you can use Mike Feldman's package.
Look at www.adapower.com   If you don't find it directly, I'm sure
it's present in his "Dining Philosophers" example.

>not being able to move the cursor back up the screen when I have
>drawn the box is making this hell
  If you can't/don't use ANSI.SYS, but are doing strictly output,
how about writing into an array (1 .. 24, 1 .. 80) of Character,
putting whatever, wherever, and then finally writing all its
lines to the screen.




  reply	other threads:[~2000-03-06  0:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-05  0:00 clearing a screen in ada? (new to ada) Nigel
2000-03-04  0:00 ` Larry Kilgallen
2000-03-07  0:00   ` Nigel
2000-03-06  0:00     ` tmoran [this message]
2000-03-07  0:00       ` Riyaz Mansoor
2000-03-07  0:00         ` tmoran
2000-03-07  0:00           ` Jerry van Dijk
2000-03-07  0:00         ` Alfred Hilscher
2000-03-07  0:00         ` Marin D. Condic
2000-03-07  0:00       ` Ehud Lamm
2000-03-07  0:00     ` Marin D. Condic
2000-03-07  0:00       ` Ade Vickers
2000-03-08  0:00         ` Riyaz Mansoor
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox