home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 133_01 / info.doc < prev    next >
Text File  |  1985-03-10  |  3KB  |  66 lines

  1. Submission to BDS 'C' User Group       January 1985
  2.  
  3. DESCRIPTION:  Text utilities
  4.  
  5. Size      Name      Comments
  6.  
  7.                 'e' screen editor, version 4.8
  8.  
  9. 50K       E.doc     User's Guide, Tutorial introduction and implementation
  10.                          notes for the e screen editor.   This is a fully-
  11.                          fledged screen editor designed for programmers (not
  12.                          a word processor).
  13.  
  14.                 'e' source code (in C)
  15.  
  16. 10K       E.h       Header file for 'e'
  17. 12K       E         Main function for 'e'
  18. 8K        E1        The rest of the code for 'e'
  19. 8K        E2
  20. 6K        E3
  21. 6K        E4
  22. 6K        E5
  23. 6K        E6
  24. 4K        E7
  25. 6K        E8
  26. 4K        E9
  27. 8K        ETERM     Terminal interface (this one is for the TeleVideo range
  28.                          but E.doc provides instructions for adapting it to
  29.                          other terminals.  Terminals must have cursor
  30.                          addressing, clear to end of line, line insert, line
  31.                          delete, clear to end of page, to work with 'e')
  32. 8K        EHAZE     Terminal interface for Hazeltine range of terminals
  33. 8K      EKAY      Terminal interface for the KayPro 10
  34. 8K        EADDS     Terminal interface for the ADDS range of terminals
  35. 8K        EDEC52    Terminal interface for DEC VT52 terminal
  36.  
  37. 2K        E.sub     'SUBMIT' file to compile and load 'e'
  38. 32K       E.com     Ready-compiled and loaded version of 'e', for TeleVideo
  39.                          terminals
  40. 20K       L2.com    The L2 loader, here for convenience since 'e' must be
  41.                          loaded with this loader, and not with clink.
  42. 6K        NEWFOR48  Summary of upgrades from 'e' version 4.6
  43.  
  44.               Textcom file comparison utility
  45.  
  46. 4K   TEXTCOM.doc    Instructions on using TEXTCOM
  47. 12K  TEXTCOM        The source code of TEXTCOM, a file comparison utility
  48.                     which is able to 'get back into sync' after finding a
  49.                     difference (insertion, deletion, or change) between two
  50.                     text files.
  51. 2K   TEXTCOM.sub    A 'SUBMIT' file to compile and load TEXTCOM
  52.  
  53. 4K   INFO.doc       This file
  54.  
  55. (Note file sizes given above are round up to the nearest 2K bytes)
  56.  
  57. BDS C vers 1.50a is recommended for compiling these programs.
  58.  
  59. The above files have been submitted to the BDS C User Group by
  60. G. Nigel Gilbert, MICROLOGY, 4 Deanery Road, Godalming, Surrey GU7 2PQ, England
  61.  
  62. Feedback on bugs, improvements you have added, and other comments are welcome.
  63. 2K       E         Main function for 'e'
  64. 8K        E1        The rest of the code for 'e'
  65. 8K        E2
  66. 6K