|
/sys$common/syshlp/TECO.HLB TECO, Initialization, Actions *Conan The Librarian |
Your initialization TECO macro can request the following actions
by returning a bit encoded numeric value.
1 => Load and start up VTEDIT.TEC (/VTEDIT)
2 => Only inspect specified file (/INSPECT)
4 => Inhibit TECO's memory (/NOMEMORY)
8 => Position to VTEDIT's position marker (/FIND)
16 => Enable scope editing SEEALL mode (/VTEDIT:SEEALL)
32 => Enable scope editing HOLD screen mode (/VTEDIT:HOLD)
128 => Enable scope editing scroll mode (/SCROLL)
256 => Inhibit automatic file creation (/NOCREATE)
4096 => Initialization is complete
8192 => Force TECO to update TECO's memory
16384 => Display file being edited
32768 => Initialization used TECO's memory; TECO shouldn't
|
|