ANSI VT-100 Terminal Emulation
ANSI VT-100 Terminal Emulation
- Subject: ANSI VT-100 Terminal Emulation
- From: Tom Gray <email@hidden>
- Date: Tue, 02 Jul 2002 18:30:17 -0400
Andreas:
I will let you know when (and _if_ ) I ever get this done. Right now I am
scratching my head trying to figure out the best way to tackle this beast.
I have a stream of ANSI terminal commands (escape sequences) and ASCII text.
I am planning on using a dictionary with key/values of each escape sequence
and the corresponding method I need to call to handle each escape sequence.
As to displaying the text, I am trying to decide between a single
NSMutableString of 1920 characters with attributes of Monaco, non-justifying
and 24 rows of NSMutableStrings each of 80 characters.
None of these solutions seem like the way to go to emulate an ANSI terminal.
I am hoping someone else will have some ideas.
--
Tom Gray
email@hidden
=========================================================
Crewdog Software / Airline Home Access & Bidding Software
www.crewdog.com / email@hidden / email@hidden
=========================================================
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.