/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * * @(#)scrnctlr.h 8.1 (Berkeley) 06/06/93 */ /* * definitions that have to do with the interface between the * controller and the screen. */ #define DISP_AMPERSAND 0x30 #define DISP_BLANK 0x10 #define DISP_CENTSIGN 0x1b #define DISP_DUP 0x9f #define DISP_FM 0x9e #define DISP_GREATER_THAN 0x08 #define DISP_NULL 0x00 #define DISP_QUESTION 0x18