2. Re: ANSI
While we're on this topic. Does anyone know a way to send color over
telnet? (i.e Sending a text message that is green or red, etc.) And I'm
assuming the way to do it would be with ANSI..but I mean specific commands?
I am using the hackserv method of sending telnet messages, if that makes a
difference.
Michelle Rogers
----- Original Message -----
From: "Derek Parnell" <ddparnell at bigpond.com>
To: <EUforum at topica.com>
Sent: Thursday, February 26, 2004 3:32 AM
Subject: RE: ANSI
>
>
> amir reza sarrami wrote:
> >
> >
> > what is ANSI code.
> >
>
> I think this stands for American National Standards Institute.
>
> When used in context of a character coding, I believe it is identical to
> ASCII.
>
> --
> Derek
>
>
>
> TOPICA - Start your own email discussion group. FREE!
>
>
3. Re: ANSI
Michelle Rogers wrote:
> While we're on this topic. Does anyone know a way to send color over
> telnet? (i.e Sending a text message that is green or red, etc.) And I'm
> assuming the way to do it would be with ANSI..but I mean specific commands?
>
> I am using the hackserv method of sending telnet messages, if that makes a
> difference.
I have ANSI escape codes in my head as intrinsic knowledge from doing
lots of DOS prompt strings, and I find it really difficult to explain it
simply.
The following site does a fairly good job, and there's no real
translation necessary despite the fact the page is for OS/2.
http://sunsite.nus.edu.sg/pub/os2/os2faq/os2faq.2.0062.html
--
[ Carl R White == aka () = The Domain of Cyrek = ]
[ Cyrek the Illogical /\ www.cyreksoft.yorks.com ]
4. ANSI
How do i get euphoria to load ansi screens?
5. Re: ANSI
At 03:22 PM 12/21/96 EST, you wrote:
>---------------------- Information from the mail header -----------------------
>Sender: Euphoria Programming for MS-DOS <EUPHORIA at
>MIAMIU.ACS.MUOHIO.EDU>
>Poster: Daniel W Garrett <deathwarrior at JUNO.COM>
>Subject: ANSI
>-------------------------------------------------------------------------------
>
>How do i get euphoria to load ansi screens?
>
Short of using the system() statement to shell to DOS and then use the
TYPE command to display the file, the next best thing is to write a
routine that reads the ANSI file and translates each ANSI command (always
preceeded by a 1B and a 5B hex code) into Euphoria colour. Actually,
such a task is not so hard really.
Thanks
David Gay
http://www.interlog.com/~moggie/euphoria.htm