/* --- Copyright University of Sussex 1989.  All rights reserved. ---------
 >  File:			C.all/lib/ved/term/vedbbcvt100.p
 >  Purpose:		Ved library for bbc micro with vt100 termulator
 >  Author:         Unknown (see revisions)
 >  Documentation:  HELP *BBCVT100
 >  Related Files:	LIB *BBCVT100KEYS *BBCVT100SCREEN
 */
compile_mode :pop11 +strict;

uses vedbbcvt100keys;
uses vedbbcvt100screen;

section;

define vars vedbbcvt100();
	veduseterm("bbcvt100") -> ;
	identfn -> vedbbcvt100;
enddefine;

if iscaller(vedsetup) then vedbbcvt100() endif;

endsection;


/* --- Revision History ---------------------------------------------------
--- Jason Handby, Sep 14 1989
		Separated into "vedbbcvt100screen.p" and "vedbbcvt100keys.p" files.
*/
