comp.lang.ada
 help / color / mirror / Atom feed
From: Kilgallen@SpamCop.net (Larry Kilgallen)
Subject: Re: another text_io
Date: 22 Dec 2002 06:40:23 -0600
Date: 2002-12-22T06:40:23-06:00	[thread overview]
Message-ID: <40ZjOopnwCeR@eisner.encompasserve.org> (raw)
In-Reply-To: 3e05aee0.3155187@news.freenet.de

In article <3e05aee0.3155187@news.freenet.de>, see@messagebody.com (Jan) writes:

> we all know that the standard package Text_IO doesn't have a good text
> mode support, so here is my question:
> 
> does someone know where to find a substitute for it, which would allow
> me to:
> 
> - place the cursor wherever I want (like gotoxy in Pascal)

That sounds like some vendor-specific add-on rather than Standard Pascal.

> - change the foreground and background color
> - hide the cursor
> - change text mode (at least 80x25 and 80x50)

I would call that "ANSI terminal support" rather than text.
Informally "text" support has been called (in another context)
the "glass teletype".

Someone already answered for Windows.
On VMS one would obviously call SMG.

Unless you are dealing with real terminals...

A portable package is probably not possible, since it depends on
the characteristics of the terminal emulator and the vast majority
of those do not adequately emulate the relevant hardware. For the
terminal emulator that ships with Microsoft Windows, the lack of
correspondence to the hardware is legendary.



  reply	other threads:[~2002-12-22 12:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-22 12:24 another text_io Jan
2002-12-22 12:40 ` Larry Kilgallen [this message]
2002-12-22 18:03   ` Jan
2002-12-22 23:15     ` Gautier
2002-12-22 13:11 ` Michal Nowak
2002-12-22 13:55   ` Jan
replies disabled

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