home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume3 / lib_term / README < prev    next >
Text File  |  1986-11-30  |  984b  |  22 lines

  1. This directory contains the source for a library of bullet-proof
  2. datum-entry routines which uses the termcap library directly.  This
  3. library (which I call libterm) also contains simple cursor
  4. manipulation routines which make it a viable alternative to curses for
  5. applications which don't require the power and overhead of curses.
  6. Another version exists which rides on top on curses (libc_term).
  7.  
  8. The code is rather a mess and in some cases rather inefficient.  That
  9. is a statement not an apology.  This was some of my first C code and
  10. has been used extensively here and elsewhere with *NO* bug reports.
  11. This same code was posted to net.sources about 18 months ago and a
  12. trickle of requests has continued since then.  If it ain't broke don't
  13. fix it.
  14.  
  15. Permission is granted to copy and redistribute this code as long as no
  16. money changes hands and this notice and the authorship notes remain
  17. intact.  Let me know if you find/fix any bugs.  Enjoy.
  18.  
  19. - George
  20. <decvax!mcnc!godot!sherouse>
  21.  
  22.