home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume7 / tput2 / README < prev    next >
Encoding:
Internet Message Format  |  1986-12-02  |  2.3 KB

  1. From: rochester!ur-valhalla!badri Sep 19 17:31:33 EDT 1986
  2. To: whom it may concern
  3. Subject: Public domain tput release 2
  4.  
  5. This revision has undergone major changes after the first one, mainly
  6. because the first release was not compatible with SV tput.
  7. New features are:
  8.  
  9. (1) Totally different capability naming conventions from first
  10.     release, but equivalent to SV conventions.
  11.  
  12. (2) Error messages are properly reported.
  13.  
  14. (3) Can be used to query for properties of other terminals also.
  15.  
  16. Problems still not properly handled:
  17. Limited features: Handles almost all termcap features, but is still
  18. only a subset of the latest version tput because terminfo has not been used.
  19. On the other hand if terminfo was available, most probably tput would
  20. be too!
  21.  
  22. Thanks to Mark Horton @ cbosgd for suggestions.
  23. Badri Lokanathan
  24. --------------------------------------------------------------------------------
  25. From: rochester!ur-valhalla!badri  Aug 28 10:02
  26. To: whom it may concern
  27. Subject: tput instructions
  28.  
  29. This program is supposed to be equivalent to the system V utility
  30. tput, which handles screen parameters from termcap. It may take inputs
  31. in a slightly different format (basically because I wrote this program
  32. without actually having worked on tput.) Any suggestions/modifications
  33. are welcome.
  34.  
  35. Your system is assumed to have termlib and associated functions (I
  36. wrote the program on BSD 4.2, assuming that termlib was fairly
  37. standard.) There is one include file in the program - sgtty.h which
  38. should be present. If not, I hope an equivalent exists.
  39. Other than that, the code should be fairly portable.
  40.  
  41. The make file is delibrately trivial. It does not do any installation
  42. - just compilation.
  43.  
  44. make
  45.  
  46. will make tput in the current directory.
  47.  
  48. make man
  49.  
  50. will make a man page in tput.doc.
  51.  
  52.  
  53. tput, written by Badri Lokanathan, is in the public domain, and may be
  54. used by any person or organization, in any way and for any purpose.
  55. There is no warranty of merchantability nor any warranty of fitness for
  56. a particular purpose nor any other warranty, either express or implied,
  57. as to the accuracy of the enclosed materials or as to their suitability
  58. for any particular purpose.  Accordingly, the author assumes no respon-
  59. sibility for their use by the recipient.   Further, the author assumes
  60. no obligation to furnish any assistance of any kind whatsoever, or to
  61. furnish any additional information or documentation.
  62.