Install sccs headers and copyright notices.
[unix-history] / usr / src / usr.bin / tn3270 / ctlr / scrnctlr.h
CommitLineData
4daa81a1
GM
1/*
2 * definitions that have to do with the interface between the
3 * controller and the screen.
992de934
GM
4 *
5 * @(#)scrnctlr.h 1.2 (Berkeley) %G%
4daa81a1
GM
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