/* $Header: /usr4/Src/emu.new/tdesc/RCS/xterm-fluts,v 1.2 92/05/16 06:40:08 jkh Exp $ */

/*
 * Copyright 1990 by PCS Computer Systeme, GmbH. Munich, West Germany.
 *
 *                        All Rights Reserved
 *
 * Permission to use, copy, modify, and distribute this software and its 
 * documentation for any purpose and without fee is hereby granted, 
 * provided that the above copyright notice appear in all copies and that
 * both that copyright notice and this permission notice appear in 
 * supporting documentation, and that the names of PCS or the authors not
 * be used in advertising or publicity pertaining to distribution of the
 * software without specific, written prior permission.  
 * 
 * PCS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
 * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
 * PCS, THE AUTHORS, OR THEIR HOUSEPETS BE LIABLE FOR ANY SPECIAL, INDIRECT
 * OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
 * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
 * OF THIS SOFTWARE. SO DON'T SUE US. THANK YOU.
 *
 */

/*
 * Font lookup tables for the emu "xterm" terminal.
 *
 * Author: Michael Elbel
 * Date: September, 30th, 1991
 * Description: Here are the various font lookup
 *		table entries that a xterm in the throes of trying to be
 *		multinational (or graphic) might need.
 *
 * Revision History:
 *
 * $Log:	xterm-fluts,v $
# Revision 1.2  92/05/16  06:40:08  jkh
# Synchronization.
# 
# Revision 1.1  91/09/30  18:15:34  me
# Initial revision
# 
 *
 */

/* ASCII Character Set */
*term.xterm-flut-ascii:		\
	0-95  : 32 \n

/* DEC Multinational Character Set */
*term.xterm-flut-dec:		\
	   0  :   0 \n		\
	1-94  : 161 \n		\
	   4  :  32 \n		\
	   6  :  32 \n		\
	   8  : 164 \n		\
	  12  :  32 \n		\
	  13  :  32 \n		\
	  14  :  32 \n		\
	  15  :  32 \n		\
	  20  :  32 \n		\
	  24  :  32 \n		\
	  30  :  32 \n		\
	  48  :  32 \n		\
	  62  :  32 \n		\
	  80  :  32 \n		\
	  94  :  32 \n		\
	  95  :   0 \n

/* UK National Character Set */
*term.xterm-flut-uk:		\
	0-95  : 32 \n		\
	   3  : 30 \n

/* Graphics Character Set */
*term.xterm-flut-graphics:	\
	 0-62 : 32 \n		\
	   63 : 32 \n		\
	64-94 :  1 \n		\
	   95 : 95 \n
