-- ===================== -- File: EmSetUpVT100Defs.mesa -- Last Revised by: Tom 17-Feb-84 15:36:49 -- Owner: Tom -- Overview: This definition provides the set-up sheet for emulator terminals -- whenever it is selected from the auxillary menu of an opened TTY window. DIRECTORY PswnDefs USING [Pvpsmgr]; EmSetUpVT100Defs: DEFINITIONS = BEGIN --=================== -- Public Procedures --=================== SetUpVT100Mgr: PswnDefs.Pvpsmgr; -- Builds the Set-Up Property Sheet for the VT100 terminal. --=================== -- Modules --=================== EmSetUpVT100Pack: PRIVATE PROGRAM; END. -- of EmSetUpVT100Defs LOG 16-Feb-84 21:21:47 - Tom - Created from EmGTTYosMgrDefs