[comp.lang.pascal] TURN TVEDITOR INTO A WP EDITOR

zhou@brazil.psych.purdue.edu (Albert Zhou) (04/19/91)

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?