home *** CD-ROM | disk | FTP | other *** search
- /*********************
- *
- * sc_defs.h [NON-ANSI] - screen definition header file.
- *
- * Purpose: This file contains the global variables for the memory mapped
- * screen output functions.
- *
- * Blackstar C Function Library
- * (c) Copyright 1985,1989 Sterling Castle Software
- *
- *******/
-
- char rattr_; /* regular attribute */
- char nattr_; /* inverse attribute */
-
- int scrollf_; /* scroll flag */
- int wrapf_ ; /* wrap around flag */
- int nlexpf_; /* expand \n to \r\n flag */
-
- /*
- * physical screen
- */
-
- int scolen_,scolst_;
- int srowen_,srowst_;
-