Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!spool.mu.edu!caen!uflorida!ZAP@MAPLE.CIRCA.UFL.EDU From: zap@oak.circa.ufl.edu (Zap) Newsgroups: comp.sys.ibm.pc.programmer Subject: BBS Editor Message-ID: <0094A0FC.43902520@MAPLE.CIRCA.UFL.EDU> Date: 13 Jun 91 15:43:07 GMT Sender: news@uflorida.cis.ufl.EDU Reply-To: zap@oak.circa.ufl.edu (Zap) Organization: University of Florida CIRCA VAX Cluster Lines: 13 I am writing a full screen editor for a local BBS here. I have a trivial question though. How should I handle the keycodes for backspace, tab, etc. Should I write the routines my self or use a compiler function. I am using TC++ and I need some help with this. Also, how should I handle the incoming text. There is a 16,000 character limit on each message. Should I use a series of arrays assigned to each line or just make one huge array of 16000 characters. Please e-mail to zap@circa.maple.ufl.edu Thanx Tom Grein