/*  --- Copyright University of Sussex 1989.  All rights reserved. ---------
 > File:            C.all/lib/ved/term/vedpwmsunkeys.p
 > Purpose:         Configure Ved for the Sun Poplog Window Manager.
 > Author:          Ben Rubinstein, Apr  1 1986 (see revisions)
 > Documentation:   HELP *VEDPWM
 > Related Files:   LIB *PWMSUNUTILS *PWMSGRAPHICS
					LIB *VEDPWMSUNSCREEN *VEDPWMSUN
 */
compile_mode :pop11 +strict;

section;

define vedpwmsunkeys();
	vedsunkeys();
enddefine;

endsection;


/* --- Revision History ---------------------------------------------------
--- Andreas Schoter, Mar 28 1990
		Repackaged to work with -vedinitterm-
--- Rob Duncan, Oct 30 1989
		Rewrote to work with new VED startup procedure: packaged everything
		into procedure -vedpwmsun-, added explicit calls to -vedvi200screen-
		and -vedsunkeys- and deleted some unnecessary assignments.
*/
