comp.lang.ada
 help / color / mirror / Atom feed
From: "Marin D. Condic" <mcondic-nospam@quadruscorp.com>
Subject: Re: clearing a screen in ada? (new to ada)
Date: 2000/03/07
Date: 2000-03-07T13:52:11+00:00	[thread overview]
Message-ID: <38C533AC.79DF7690@quadruscorp.com> (raw)
In-Reply-To: 8a19bg$r6n$1@bunyip.cc.uq.edu.au

Riyaz Mansoor wrote:
> but wouldn't this put the cursor at the start of the next screen? more
> precisely we'd lose the top line as it scrolls down. is there just no way
> that ADA can place cursor's on non ANSI standard desktops?

There is *always* a way to do whatever you want with Ada. Its a language
like any other language and can be made to produce every possible
permutation of bits that can be held in a processor's instruction
memory.

The problem you are looking at here is really an OS or Peripherial
problem, not an Ada problem. The questipon is: What terminal or terminal
emulator are you using and what commands must it be sent to make it do
the things you want to do?

I'll bet if you find some documentation on the terminal emulation you
are using that somewhere it specifies what character combinations you
have to send it to get it to perform various functions. Once you know
what those are, the problem is pretty simple. You just need to send
those character combinations the same way you'd send any other
characters: rely on Text_IO.

If you can't find documentation for the terminal emulator, ask here
again and specify exactly what you are using and I'm sure someone will
know.

MDC
-- 
=============================================================
Marin David Condic   - Quadrus Corporation -   1.800.555.3393
1015-116 Atlantic Boulevard, Atlantic Beach, FL 32233
http://www.quadruscorp.com/
m c o n d i c @ q u a d r u s c o r p . c o m

***PLEASE REMOVE THE "-NOSPAM" PART OF MY RETURN ADDRESS***

Visit my web site at:  http://www.mcondic.com/

"Because that's where they keep the money."
    --  Willie Sutton when asked why he robbed banks. 
=============================================================




  parent reply	other threads:[~2000-03-07  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
2000-03-07  0:00       ` Ehud Lamm
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         ` Marin D. Condic [this message]
2000-03-07  0:00         ` Alfred Hilscher
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