home *** CD-ROM | disk | FTP | other *** search
- /*
- ┌────────────────────────────────────────────────────────────────────────────┐
- │gscreen.h │
- │This header file defines the default window and color │
- │parameters used by some of the window routines │
- │ │
- │ (C) JazSoft Software by Jack A. Zucker (301) 794-5950 │
- └────────────────────────────────────────────────────────────────────────────┘
- */
-
- int _row1 = 0;
- int _col1 = 0;
- int _row2 = 0x18;
- int _col2 = 0x4f;
- int _attr = 7;
- int g_row = 0;
- int g_col = 0;
- int g_fore = LIGHTGRAY;
- int g_back = BLACK;
-
- THEADER g_header = { 0 , 0 , 0 };
-