home *** CD-ROM | disk | FTP | other *** search
- /* grafchar.h -- definitions for savescrn.c and */
- /* Version 1 */
- #define NUMCHARS 48 /* number of graphics characters */
- #define SPACE '\040'
- #define BOTLINE 19 /* line # for end of drawing space */
- #define PAGE 0
- #define GCSTART 0xB0 /* ascii for first graphics char */
- #define BEEP '\a'
- #define ESC '\033'
- #define TRUE 1
- #define FALSE 0
-
-