			***** VT52.TXT	*****
 
	This release of VT52.TEC for the screen version of
	TECO has had several modifications made to allow
	it to be more readily used. These modifications include
	the following:
 
	1) Removed the HELP facility to allow the macro
	   to use less Q-register storage.
	2) Added ^R commmand to refresh the screen. All this
	   command actually does is a 0W.
	3) There existed an undocumented command. It was
	   the ^W command. This allows you to reset the current
	   line to leave the pointer at when scrolling through
	   a page. the command is of the format
	   <ESC>args^W or just ^W.
	4) Added two exit commands. One is <ESC>^Z which will
	   perform an EX command and clear the screen. The
	   other is <ESC><SPACE>^Z which kills the output file
	   clears the screen, and exits from TECO.
	5) Added two append commands. One is <ESC>^A which will 
	   append the next page to the current text buffer. The
	   other is <ESC>:^A which will append the next line
	   of the input page to the current text buffer.
	6) If you look at TECO.TEC, you can see how to have this
	   macro autoloadable.
	7) ^Z as well as ^C will stop the macro and return to 
	   command level 1(*).
 
	Note: These modifications were made without prior knowledge
	      of what the TECO SIG were doing. I have just discovered
	      that a new release of VT52.TEC may be available with
	      even more extended features by Spring 79 DECUS.
