xref: /original-bsd/usr.bin/tn3270/ctlr/scrnctlr.h (revision c3e32dec)
1 /*-
2  * Copyright (c) 1988, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)scrnctlr.h	8.1 (Berkeley) 06/06/93
8  */
9 
10 /*
11  * definitions that have to do with the interface between the
12  * controller and the screen.
13  */
14 
15 #define	DISP_AMPERSAND		0x30
16 #define	DISP_BLANK		0x10
17 #define	DISP_CENTSIGN		0x1b
18 #define	DISP_DUP		0x9f
19 #define	DISP_FM			0x9e
20 #define	DISP_GREATER_THAN	0x08
21 #define	DISP_NULL		0x00
22 #define	DISP_QUESTION		0x18
23