xref: /csrg-svn/usr.bin/tn3270/ctlr/scrnctlr.h (revision 33816)
1 /*
2  * Copyright (c) 1988 Regents of the University of California.
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms are permitted
6  * provided that this notice is preserved and that due credit is given
7  * to the University of California at Berkeley. The name of the University
8  * may not be used to endorse or promote products derived from this
9  * software without specific prior written permission. This software
10  * is provided ``as is'' without express or implied warranty.
11  *
12  *	@(#)scrnctlr.h	3.2 (Berkeley) 03/28/88
13  */
14 
15 /*
16  * definitions that have to do with the interface between the
17  * controller and the screen.
18  */
19 
20 #define	DISP_AMPERSAND		0x30
21 #define	DISP_BLANK		0x10
22 #define	DISP_CENTSIGN		0x1b
23 #define	DISP_DUP		0x9f
24 #define	DISP_FM			0x9e
25 #define	DISP_GREATER_THAN	0x08
26 #define	DISP_NULL		0x00
27 #define	DISP_QUESTION		0x18
28