home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
msdos
/
c
/
jazlib.arc
/
GSCREEN.H
< prev
next >
Wrap
Text File
|
1986-07-24
|
608b
|
23 lines
/*
┌────────────────────────────────────────────────────────────────────────────┐
│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 };