home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / x.lbr / XTCAP.HZP / XTCAP.HLP
Encoding:
Text File  |  1991-11-18  |  2.5 KB  |  55 lines

  1. ;
  2.                                   XTCAP.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                4k (28)   1360  1.0        Jay Sage 4/90            Z3COM17
  6.  
  7.   1- Usage                                                                    
  8.  
  9.  
  10.    XTCAP is  a simple utility for adding three terminal control sequences to a
  11. standard Z-System TCAP  (terminal capabilities descriptor) to make an extended
  12. TCAP with enough features to run the  ZMATE text editor and  the V file viewer
  13. (and possibly other programs).   XTCAP works  with the in-memory TCAP and will
  14. allow the new TCAP to be saved to a file for later use.
  15. :1
  16.  
  17.  Usage   
  18.  
  19.    XTCAP was designed for use with the ZMATE text editor.   ZMATE requires for
  20. its operation some screen code that was  not included in the original Z-System
  21. TCAP.   There is now an extended TCAP definition that includes many additional
  22. functions.   Only the first three extensions are needed by ZMATE, and XTCAP is
  23. designed to allow the user to add them.  The three extensions are:
  24.  
  25.     delete line
  26.     insert line
  27.     clear to end of screen
  28.  
  29. Before invoking XTCAP, make sure you have looked up the screen codes for these
  30. functions on your terminal.
  31.  
  32.    When XTCAP starts running,  it locates the  TCAP in  the running system and
  33. scans it to the point where the first extension belongs.   It then prompts the
  34. user to enter each of the three  sequences in  order,  and it adds them to the
  35. TCAP.  Finally, it asks the user for a filename to use to store the new TCAP.
  36.  Example of Use 
  37.  
  38.             XTCAP Interactive Extended TCAP Installer for ZMATE 
  39.  
  40. Sequences are entered, in general, by pressing the actual keys.   Thus control
  41. keys can be entered directly.  The two exceptions are 1) control-M or carriage
  42. return and 2) backspace.   Carriage return is  used to  complete and terminate
  43. string entry, and backspace is used to  correct errors.   If you need to enter
  44. either of these characters,  press the double-quote  character  first and then 
  45. the special character.  A double-quote character can be entered by pressing it
  46. twice.
  47.  
  48.  Enter terminal sequences (CR to end):
  49.       DELETE LINE ............. > ^U
  50.       INSERT LINE ............. > ^J
  51.       CLEAR-TO-END-OF-SCREEN .. > ESC Y
  52.  
  53. Enter [DIR:]NAME for new TCAP file (CR to abort) > MYTCAP
  54.  
  55. New TCAP file successfully written to disk