xref: /csrg-svn/usr.bin/tn3270/api/disp_asc.h (revision 33820)
131221Sminshall /*
2*33820Sbostic  * Copyright (c) 1988 Regents of the University of California.
3*33820Sbostic  * All rights reserved.
4*33820Sbostic  *
5*33820Sbostic  * Redistribution and use in source and binary forms are permitted
6*33820Sbostic  * provided that this notice is preserved and that due credit is given
7*33820Sbostic  * to the University of California at Berkeley. The name of the University
8*33820Sbostic  * may not be used to endorse or promote products derived from this
9*33820Sbostic  * software without specific prior written permission. This software
10*33820Sbostic  * is provided ``as is'' without express or implied warranty.
11*33820Sbostic  *
12*33820Sbostic  *	@(#)disp_asc.h	3.2 (Berkeley) 03/28/88
13*33820Sbostic  */
14*33820Sbostic 
15*33820Sbostic /*
1631221Sminshall  * Define the translate tables used to go between 3270 display code
1731221Sminshall  * and ascii
1831221Sminshall  */
1931221Sminshall 
2031221Sminshall extern unsigned char
2131221Sminshall 	disp_asc[256],		/* Goes between display code and ascii */
2231223Sminshall 	asc_disp[256];		/* Goes between ascii and display code */
23