148756Sbostic /*- 2*62331Sbostic * Copyright (c) 1988, 1993 3*62331Sbostic * The Regents of the University of California. All rights reserved. 433816Sbostic * 548756Sbostic * %sccs.include.redist.c% 633816Sbostic * 7*62331Sbostic * @(#)scrnctlr.h 8.1 (Berkeley) 06/06/93 833816Sbostic */ 933816Sbostic 1033816Sbostic /* 1130025Sminshall * definitions that have to do with the interface between the 1230025Sminshall * controller and the screen. 1330025Sminshall */ 1430025Sminshall 1530025Sminshall #define DISP_AMPERSAND 0x30 1630025Sminshall #define DISP_BLANK 0x10 1730025Sminshall #define DISP_CENTSIGN 0x1b 1830025Sminshall #define DISP_DUP 0x9f 1930025Sminshall #define DISP_FM 0x9e 2030025Sminshall #define DISP_GREATER_THAN 0x08 2130025Sminshall #define DISP_NULL 0x00 2230025Sminshall #define DISP_QUESTION 0x18 23