home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume8 / hint / part01 / README < prev    next >
Encoding:
Text File  |  1989-08-24  |  1.5 KB  |  38 lines

  1. Installation notes for hint
  2.  
  3. To allow people to disable write and talk messages but still allow
  4. hints, hint does not use the mesg bit to determine write permission.
  5. Instead, it uses the group-execute bit of the tty. However, because
  6. setting this bit does not actually give write permission, hint must run
  7. setuid to root.  This ensures that running the hint program is the only
  8. interface which can activate write permission for hints; that is
  9. important, because not only must the permission bit be set, but an
  10. entry in the file /usr/local/lib/hinttab must also be updated.
  11.  
  12. A companion program, clearhint, is provided for systems where
  13. "tput dsl" is not available to clear the status line.
  14.  
  15. For people with Wyse 50 terminals, the standard termcap files often don't
  16. have the status line capabilities defined, and the Quick Reference Guide
  17. that comes with the terminal isn't of much help either.  For a status
  18. line on the bottom, use:
  19.     :hs:es:ds=\Ef\r:fs=\r:ts=\Ef:ws#78:
  20.  
  21. For a short status line on the top, use:
  22.     :hs:es:ds=\EF \r:fs=\r:ts=\EF:ws#46:
  23.  
  24. For a flash instead of a beep (this works for vi also):
  25.     :vb=\E`8\E`9:
  26.  
  27. Terminfo users will need to adapt these.
  28.  
  29. A brief history of hint is approximately as follows:
  30.  
  31. -Originally written by Paul Borman, for the Heath/Zenith 29 terminal only.
  32. -Rewritten by Mike Haertel, still for the H29 only.
  33. -Simple terminal independence added by Walter Poxon and Jon Westbrock.
  34. -Rewritten from scratch by David MacKenzie with an improved terminal
  35.  independence system and other enhancements.
  36.  
  37. David MacKenzie <edf@rocky2.rockefeller.edu>
  38.