xref: /original-bsd/usr.bin/tn3270/ctlr/scrnctlr.h (revision cf2124ff)
1 /*-
2  * Copyright (c) 1988 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)scrnctlr.h	4.2 (Berkeley) 04/26/91
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