home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / a / cursor10.lbr / CURSOR.DZC / CURSOR.DOC
Encoding:
Text File  |  1993-10-26  |  1.5 KB  |  52 lines

  1. CURSOR.COM v1.0
  2.  
  3. Simply type   CURSOR ?   for built-in menu
  4.  
  5. This programs allows you to set the Kaypro cursor for fast
  6. or slow blinking, on or off, starting line, and ending line
  7. number.
  8.  
  9.    /////////////////////////////////////////////////
  10.  
  11. ** ADD **
  12.  
  13. This program will ONLY work with new Kaypro's supporting the
  14. KP10 video codes.  It will NOT work on older 2's and 4's.
  15.  
  16. To Use:      A0>cursor abc <cr>
  17.  
  18.                 a:   F = fast blink
  19.                      S = slow blink
  20.              O = cursor OFF
  21.              N = non-blinking cursor
  22.               
  23.             b and c must be hex values
  24.  
  25.                 b:   0 - F hex  starting pixel (upper)
  26.                 c:   0 - F hex  last pixel (lower)
  27.  
  28.  
  29. Imagine this is your block cursor, the height of the cursor is set
  30. by the "b" and "c" parameters entered in hex values of 0 thru F.
  31.  
  32.                    ------   <--- 0 hex
  33.                    |    |
  34.                    ------   <--- 1 hex
  35.                    |    |
  36.                    ------    etc...
  37.                    |    |
  38.                    ------    etc...
  39.                    |    |
  40.                    ------   <--- F hex
  41.  
  42.  
  43. By entering: 
  44.           A0>cursor s0f <cr>    you get a "normal" full cursor
  45.                                     blinking at the standard "slow"
  46.                                     speed.
  47.  
  48.    ///////////////////////////////////////////////////////////
  49.  
  50.       Steve Sanders  PRO-COM DATABASE  (813) 937-3608
  51.                      PRO-COM TECH RCPM (813) 937-6829
  52.