Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!news.cs.indiana.edu!noose.ecn.purdue.edu!mentor.cc.purdue.edu!j.cc.purdue.edu!brazil.psych.purdue.edu!zhou From: zhou@brazil.psych.purdue.edu (Albert Zhou) Newsgroups: comp.lang.pascal Subject: TURN TVEDITOR INTO A WP EDITOR Message-ID: <11851@j.cc.purdue.edu> Date: 18 Apr 91 18:39:10 GMT Sender: news@j.cc.purdue.edu Reply-To: zhou@brazil.psych.purdue.edu (Albert Zhou) Organization: Purdue University Lines: 10 I'm trying to modify TVeditor and turn it into a word processing editor. What I have in mind is to add the following things: (1) "Return" entered by the user is stored to indicate a hard return. (2) procedure draw is slightly modified so that "return" is not displayed. (3) procedure adjust; This procedure will adjust all lines after each inserting, deleting, window resize, etc. Sounds straightforward. Any hint? Or any one already did similar job?