home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c222 / 1.ddi / INC / SC_DEFS.H < prev    next >
Encoding:
Text File  |  1990-05-21  |  622 b   |  26 lines

  1. /*********************
  2.  *
  3.  *  sc_defs.h [NON-ANSI] - screen definition header file.
  4.  *
  5.  *  Purpose: This file contains the global variables for the memory mapped
  6.  *           screen output functions.
  7.  *
  8.  *  Blackstar C Function Library
  9.  *  (c) Copyright 1985,1989 Sterling Castle Software
  10.  *
  11.  *******/
  12.  
  13. char rattr_;    /* regular attribute */
  14. char nattr_;    /* inverse attribute */
  15.  
  16. int scrollf_;   /* scroll flag             */
  17. int wrapf_ ;    /* wrap around flag        */
  18. int nlexpf_;    /* expand \n to \r\n flag  */
  19.  
  20. /*
  21.  *  physical screen
  22.  */
  23.  
  24. int     scolen_,scolst_;
  25. int    srowen_,srowst_;
  26.