home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 376_01 / os2tool.000 / BORDER.TXT < prev    next >
Text File  |  1992-08-08  |  950b  |  29 lines

  1.                      BORDER [DUAL MODE, NOT WINDOW COMPATIBLE]
  2.      
  3.      NAME BORDER - changes the border color.
  4.      
  5.      
  6.      SYNTAX
  7.      
  8.      border
  9.      [BLACK|RED|GREEN|YELLOW|BLUE|MAGENTA|CYAN|WHITE|DEFAULT]
  10.      [LIGHT_BLACK|
  11.      LIGHT_RED|LIGHT_GREEN|LIGHT_YELLOW|LIGHT_BLUE|LIGHT_MAGEN
  12.      TA|LIGHT_CYAN|LIGHT_GREY]
  13.      [DARK_BLACK|
  14.      DARK_RED|DARK_GREEN|DARK_YELLOW|DARK_BLUE|DARK_MAGENTA|DA
  15.      RK_CYAN|DARK_GREY]
  16.      
  17.      USAGE
  18.      
  19.      Border is  used to change the border color. Border is the
  20.      outside of  the actual  screen, which  can be written to.
  21.      Border accepts  the same colors as color or clear, but it
  22.      can also  be  given  an  integer,  which  represents  the
  23.      desired attribute.  These integers can be in the range 0-
  24.      63. You  can give other integer also, but they always map
  25.      to one of the 64 possible colors.
  26.      
  27.      SEE ALSO
  28.      color, clear, normal
  29.