home *** CD-ROM | disk | FTP | other *** search
- /* life.h constants for life game */
-
- #define ROWS 24
- #define COLS 80
-
- /* control key translations */
-
- #define ESC 27
- #define UP_CHAR 200
- #define DOWN_CHAR 208
- #define LEFT_CHAR 203
- #define RIGHT_CHAR 205
- #define BOL_CHAR 199
- #define EOL_CHAR 207
- #define Ins_char 210
- #define Del_char 211
-
-
-