xref: /original-bsd/usr.bin/tn3270/ctlr/scrnctlr.h (revision 9f374885)
1 /*
2  * definitions that have to do with the interface between the
3  * controller and the screen.
4  *
5  * @(#)scrnctlr.h	3.1 (Berkeley) 08/11/87
6  */
7 
8 #define	DISP_AMPERSAND		0x30
9 #define	DISP_BLANK		0x10
10 #define	DISP_CENTSIGN		0x1b
11 #define	DISP_DUP		0x9f
12 #define	DISP_FM			0x9e
13 #define	DISP_GREATER_THAN	0x08
14 #define	DISP_NULL		0x00
15 #define	DISP_QUESTION		0x18
16