home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / EGA_VGA / EGA_UTIL.ZIP / EGA.LBR / ST12.DOC < prev   
Encoding:
Text File  |  1985-10-09  |  2.5 KB  |  66 lines

  1. olled per vertical retrace.
  2. (A speed of 1/2 means it scrolls 1 pel every 2 retraces, or speed 1 1/2 means
  3. it scrolls alternately 1 and 2 pels).  The following commands may be typed
  4. while stype is showing the file:
  5.  
  6.     +    increment speed by 1/2 unit (uSTYPE 1.2                            85 Jan 31
  7.  
  8.    >>>>        REQUIRES IBM ENHANCED GRAPHICS ADAPTOR        <<<<
  9.  
  10. Purpose:
  11.     Smooth scrolling type file to screen.
  12.  
  13. Usage:
  14.  
  15.     STYPE FILENAME
  16.    or
  17.     STYPE                    (uses standard in)
  18.  
  19.  
  20. Description:
  21.     STYPE types a file to the screen controlled by an IBM Enhanced Graphics
  22. Adaptor, using variable speed smooth scroll.  If no file name is supplied, it
  23. will read from standard in (eg: STYPE < FILENAME, or PROGRAM | STYPE), and
  24. thus can act as a "MORE" type filter.  The EGA must be in 25 line character
  25. mode.  The EGA must be the current console device; this requirement is new with
  26. this version.  It can be emulating either the IBM Monochrome Display and Printer
  27. Adaptor or the IBM Color/Graphics Monitor Adaptor, or it can be in the new
  28. Enhanced Color Mode (25 lines, character rows 14 pels high).
  29.  
  30.     The scroll speed may vary from stopped (0) to one line per vertical
  31. retrace (speed 14 in mono mode, or 8 in color mode), by units of 1/2.  The
  32. speed represents the number of vertical pels scrolled per vertical retrace.
  33. (A speed of 1/2 means it scrolls 1 pel every 2 retraces, or speed 1 1/2 means
  34. it scrolls alternately 1 and 2 pels).  The following commands may be typed
  35. while stype is showing the file:
  36.  
  37.     +    increment speed by 1/2 unit (up to max speed)
  38.     -    decrement speed by 1/2 unit (down to zero, or stopped)
  39.     0-9    set speed to number given
  40.  space    pause if moving, restart if paused [new action this version]
  41.  
  42. Any other key will abort stype and return to DOS.
  43.  
  44.  
  45. Problems:
  46.     It will not support graphic modes, nor the new 43 line character modes
  47. currently.  43 line mode is some trouble and may require temporarily blanking
  48. or glitching the screen on exit.
  49.     It cannot detect what mode the EGA is in unless it is the current
  50. CON: device, thus the requirement that the EGA be the current console.  Use
  51. version 1.1 if you want the EGA to scroll whether or not it is the console -
  52. but the EGA must then be either standard mono or standard color, not in any
  53. new mode.
  54.  
  55. Author:
  56.     Zhahai Stewart
  57.     Highly Interactive Systems
  58.     6521 Old Stage Rd.
  59.     Boulder, CO 80302
  60.     (303) 449-8180
  61.  
  62. Distribution:
  63.     May be freely distributed if not for commercial advantage, and if
  64. the signon credits are not changed.
  65.  
  66.