/* --- Copyright University of Sussex 1989.  All rights reserved. ---------
 >  File:			C.all/lib/ved/term/vedbbcvt100screen.p
 >  Purpose:		Screen setup for a bbc micro with vt100 termulator
 >  Author:         Unknown, installed by Tom Khabaza, Oct 29 1985 (see revisions)
 >  Documentation:  HELP * BBCVT100
 >  Related Files:  LIB * BBCVT100
 */
compile_mode :pop11 +strict;

uses vedvt100screen;

section;

define vedbbcvt100screen = vedvt100screen(%%) enddefine;

endsection;


/* --- Revision History ---------------------------------------------------
--- Jason Handby, Sep 14 1989
		Moved out of LIB BBCVT100
*/
