comp.lang.ada
 help / color / mirror / Atom feed
* How do you wait and the end of the screen ?
@ 2002-05-17 20:59 Jon
  2002-05-17 22:38 ` Adrian Knoth
  0 siblings, 1 reply; 2+ messages in thread
From: Jon @ 2002-05-17 20:59 UTC (permalink / raw)


if text you display in console is larger than the screen, how do u halt at
the end of the screen and say "Press any key" to advance onto next screen ?

thx





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How do you wait and the end of the screen ?
  2002-05-17 20:59 How do you wait and the end of the screen ? Jon
@ 2002-05-17 22:38 ` Adrian Knoth
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Knoth @ 2002-05-17 22:38 UTC (permalink / raw)


Jon <jkjw@brighton.ac.uk> wrote:

> if text you display in console is larger than the screen, how do u halt at
> the end of the screen and say "Press any key" to advance onto next screen ?

Don't care. Your user is fast enough to read it in realtime. If not,
he is smart enough to pipe your output to more or less.

BTW: This problem is not as easy as it sounds. There is no generic
console definition, so you cannot say: hey, Get_Immediate after
every 25 lines. Using xterms your line-number is even much more
undefined :) And then solving the problems with serial terminals and/or
different OSs. Good luck. The solution are the first 10 bytes in line 12.

-- 
mail: adi@thur.de  	http://adi.thur.de	PGP: v2-key via keyserver

Stiftung Warentest Vibratoren. Testergebnis: alle befriedigend!



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-05-17 22:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-17 20:59 How do you wait and the end of the screen ? Jon
2002-05-17 22:38 ` Adrian Knoth

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