qp.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
NormVideo Procedure
  Summary Details Example                                   Back
 
  Description
 
    The NormVideo procedure sets TextAttr to the text attributes saved
    at program start-up. Use NormVideo to restore the original colors
    and attributes after calls to the HighVideo, LowVideo,
    TextBackground, and TextColor procedures.
 
    The Crt unit defines the variable TextAttr. TextAttr holds the
    current foreground color in bits 0-3, and the current background
    color in bits 4-6. Bit 3 controls intensity. Bit 7 enables or
    disables blinking. Crt defines the possible colors as constants
    that can be passed to TextColor and TextBackground.