Re: ANSI
- Posted by David Gay <moggie at INTERLOG.COM> Dec 21, 1996
- 750 views
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