home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / pcmag / statline.lzh / STATLINE.DOC < prev   
Text File  |  1988-11-24  |  2KB  |  40 lines

  1.           STATLINE                                    John Socha
  2.           ______________________________________________________
  3.  
  4.           Purpose:  Displays 26th-line status indicators for the
  5.                     NumLock, CapsLock, and ScrollLock toggle keys
  6.                     on IBM monochrome, CGA, and Compaq monitors.
  7.  
  8.           Format:   STATLINE     (loads memory-resident program)
  9.  
  10.           Remarks:  STATLINE converts the normal 25-line text
  11.                     mode display into 26 lines, using the
  12.                     additional line to show a # sign for NumLock,
  13.                     an up arrow for CapsLock, and a double-
  14.                     pointed arrow for ScrollLock.
  15.  
  16.                     On a monochrome display, where insufficient
  17.                     memory is available for a full 26th line,
  18.                     two-thirds of that line is used by STATLINE;
  19.                     the remainder echoes the first portion of the
  20.                     top line of the regular display.
  21.  
  22.                     This utility is not compatible with the IBM
  23.                     enhanced graphics adapter (EGA) and is best
  24.                     suited for use with the color graphics
  25.                     adapter (CGA) and with Compaq displays.
  26.  
  27.                     Notes:
  28.  
  29.                     1.   STATLINE is a memory-resident utility
  30.                          and is known to be incompatible with a
  31.                          number of keyboard macro programs.
  32.                          Assembly language programmers will be
  33.                          particularly interested in the extensive
  34.                          discussion of the problems of co-
  35.                          residency contained in the original
  36.                          article (PC Magazine, Volume 5 Number
  37.                          13), and in the .ASM listing that shows
  38.                          how to reprogram the 6845 video
  39.                          controller.
  40.