home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / v.lbr / VLIB0.HZP / VLIB0.HLP
Encoding:
Text File  |  1991-11-18  |  3.4 KB  |  72 lines

  1. ;
  2.                                      VLIB                                     
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5. VLIB.REL       6k (44)   DD58  4.4        Hal Bower 6/91           Z3LIB4
  6. VLIBS.REL      5k (39)   8030  4.4        Hal Bower 6/91           Z3LIB4
  7.  
  8.   1- Routines  2- Notes  3-  Help Files                                       
  9.  
  10.  
  11.    VLIB.REL  contains library subroutines  for basic CRT screen  manipulation,
  12. cursor motion,  erase to end of line,  clear screen,  half-intensity, etc., as
  13. well as extended graphics routines for boxes, bars, pull-down menus, etc.
  14. :1
  15.  VLIB Basic Routines 
  16.  
  17.  Screen Clearing  - CLS, CLREOS
  18.  Erase to EOL     - EREOL
  19.  Goto XY          - AT, GOTOXY, SETATR, SETATT
  20.  Initialization   - VIDINIT, Z3VINIT
  21.  Print            - GXYMSG, VPRINT, VPSTR
  22.  Standout Mode    - STNDOUT, STNDEND
  23.  Term Init        - TINIT, DINIT
  24.  Insert/Delete    - DELLIN, INSLIN
  25.  Test Cursor key  - ISCUR
  26.  Version ID       - VVERS
  27.  
  28.  VLIB Extended Graphics Routines 
  29.  
  30.  Graphics Init       - GZ3INIT
  31.  Graphics Enable     - GRXON, GRXOFF, CURON, CUROFF
  32.  Block Graphics      - DRFULL, DRHASH
  33.  Corner Routines     - ULEFT, URIGHT, LLEFT, LRIGHT
  34.  Intersect Routines  - LTISEC, RTISEC, UISEC, LISEC, ISEC
  35.  Horizontal Bars     - DRHBAR, DRHORZ, ERAHORZ, GHBAR, ERAHBAR
  36.  Vertical Bars       - DRVBAR, DRVERT, ERAVERT, GVBAR, ERAVBAR
  37.  Box Draw Routines   - DRFBOX, DRBOX, ERABOX, GFBOX, GBOX, GERBOX, CHKBOX
  38.  Pull-Down Menus     - SETPDM, CLRPDM, SELPDM, MCLS
  39.  P-D Menu Support    - PDMINI, ISPDM, SPDMCHR
  40.  Screen Reading      - GETCUR, GETLIN
  41. :2
  42.  
  43.  VLIB Notes 
  44.  
  45.    a. Vs 4.2d updates (02/03/90, Joe Wright):
  46.  
  47.       - Order of strings is back the way it was in Hal Bower's TCAP.   SA, AT, 
  48.         RC and RL strings are after  CD (clear to end of screen) so that CD is
  49.         back where Hal had  put it originally,  following LI (line insert).
  50.       - Slightly different structure to  TCAP to  accomodate  new  strings and
  51.         graphics in the future:   Beginning with CL at  NZTCAP+17H,  we have a
  52.         number of null-terminated  strings for the various Terminal functions.
  53.         Following this is the Graphics area.   If the user is to  add  his own
  54.         terminal strings to the TCAP without affecting  VLIB,  then VLIB (or a
  55.         program which uses the TCAP directly) must have a means of finding the
  56.         Graphics section which will have changed position.  VLIB4D and NZTCAPD
  57.         now use  (NZTCAP+13) as  an offset from the beginning of NZTCAP to the
  58.         GOELD entry in  the Graphics  section.   This  will  allow  us to  add
  59.         Terminal strings and still be able to find the Graphics.  
  60. :3
  61.  
  62.                                      VLIB.HLP 
  63.  
  64.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  65. VLIB.HLP       3k (19)   ECC1  4.2d       Joe Wright 2/90          Z3HLP4
  66. VLIB1.HLP     10k (76)   9F3D  4.2d       Joe Wright 2/90          Z3HLP4
  67. VLIB2.HLP     11k (88)   9850  4.2d       Joe Wright 2/90          Z3HLP4
  68. VLIB3.HLP     22k (173)  105F  4.2d       Joe Wright 2/90          Z3HLP4
  69. ==============================================================================
  70.  
  71.    VLIB.HLP is a Z-System HELP file  on  the  use  of  VLIB.REL.   It  can  be
  72. accessed from Z3HELP-Y.LBR.