home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c003 / 1.ddi / DEF_ATT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1987-04-01  |  2.2 KB  |  49 lines

  1. /* def_att.h -- contains information on logical attributes; nests in wfc.h
  2.          The logical attriute table declarations are in att_glob.h
  3.  
  4.     ************* Copyright 1985 by Vermont Creative Software **************
  5.  
  6. DATE:      April 2, 1987
  7. VERSION:  v4.12
  8.  
  9. */
  10.  
  11. /* Logical Attribute Table definitions                          */
  12.  
  13. #define PATTQ 2             /*number of phys. atts per logical att*/
  14.  
  15. #define LATTQ 32            /*number of logical attributes          */
  16.  
  17. #define LDOS        0            /*DOS screen attributes           */
  18. #define LNORMAL     1            /*Normal text                  */
  19. #define LREVERSE    2            /*Reverse text                  */
  20. #define LHIGHLITE   3            /*Highlighted text              */
  21. #define LURGENT     4            /*Attention ! (blink)              */
  22. #define LHELP        5            /*Help message                  */
  23. #define LERROR        6            /*Error message               */
  24. #define LMESSAGE    7            /*Borders                  */
  25. #define LFIELDI     8            /*Inactive Field              */
  26. #define LFIELDA     9            /*Active Field                  */
  27. #define LCHOICEI    10            /*Inactive choice              */
  28. #define LCHOICEA    11            /*Active choice               */
  29. #define LMARK        12            /*Mark                      */
  30. #define LNODISPLAY  13            /*No display (noecho)              */
  31. #define LBLACK        14            /*logical color attribute          */
  32. #define LBLUE        15            /*logical color attribute          */
  33. #define LGREEN        16            /*logical color attribute          */
  34. #define LCYAN        17            /*logical color attribute          */
  35. #define LRED        18            /*logical color attribute          */
  36. #define LMAGENTA    19            /*logical color attribute          */
  37. #define LBROWN        20            /*logical color attribute          */
  38. #define LWHITE        21            /*logical color attribute          */
  39. #define LAVR1        22            /*reserved logical attribute          */
  40. #define LAVR2        23            /*reserved logical attribute          */
  41. #define LAVR3        24            /*reserved logical attribute          */
  42. #define LAVR4        25            /*reserved logical attribute          */
  43. #define LAVR5        26            /*reserved logical attribute          */
  44. #define LAVR6        27            /*reserved logical attribute          */
  45. #define LAVR7        28            /*reserved logical attribute          */
  46. #define LAVR8        29            /*reserved logical attribute          */
  47. #define LAVR9        30            /*reserved logical attribute          */
  48. #define LAVR10        31            /*reserved logical attribute          */
  49.