comp.lang.ada
 help / color / mirror / Atom feed
* Re: print string.
  1999-03-01  0:00 Q: print string Hee
@ 1999-02-28  0:00 ` David C. Hoos, Sr.
  0 siblings, 0 replies; 2+ messages in thread
From: David C. Hoos, Sr. @ 1999-02-28  0:00 UTC (permalink / raw)


Hee wrote in message ...
>Hi,
>I'm a beginner in ADA95.
>I want to give color to string when print it on monitor. ADA has any
>function do this ?
This functionality has nothing to do with Ada.  It's a function of your
terminal.  For example ANSI terminals allow you to change the foreground and
background attributes (color, blinking, underlined, hidden, etc.) by means
of escape sequences.  These escape sequences can be output in any language,
including Ada.

You didn't say which platform, you're using, but DOS, Windows 3.1, Windows
95, Windows 98 and most UNIX flavors all have ANSI terminal capabilities.
Windows NT does not, but Jerry van Dijk's Ada on Win32 page (at
http://stad.dsl.nl/~jvandyk/) has an NT console package which allows control
of color on NT console applications written in Ada, based on an interface to
the NT console API.








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

* Q: print string.
@ 1999-03-01  0:00 Hee
  1999-02-28  0:00 ` David C. Hoos, Sr.
  0 siblings, 1 reply; 2+ messages in thread
From: Hee @ 1999-03-01  0:00 UTC (permalink / raw)


Hi,
I'm a beginner in ADA95.
I want to give color to string when print it on monitor. ADA has any
function do this ?








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

end of thread, other threads:[~1999-03-01  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-01  0:00 Q: print string Hee
1999-02-28  0:00 ` David C. Hoos, Sr.

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