Get rid of bellWinup (or whatever). It belongs in the system
[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.
4 */
5
6#define DISP_AMPERSAND 0x30
7#define DISP_BLANK 0x10
8#define DISP_CENTSIGN 0x1b
9#define DISP_DUP 0x9f
10#define DISP_FM 0x9e
11#define DISP_GREATER_THAN 0x08
12#define DISP_NULL 0x00
13#define DISP_QUESTION 0x18