brickviking

.twdocrc (4 of 7)

Aug 16th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # Should be included from .twinrc
  2. # Documentation stuff
  3.  
  4. AddToFunc _info ( ExecTty info; Wait info; _MySize; )
  5. AddToFunc _infolibc ( ExecTty info libc; Wait info; _MySize; )
  6. AddToFunc _man ( ExecTty links "http://brick/cgi-bin/man.cgi"; Wait links; _MySize; )
  7. AddToFunc _Howto ( ExecTty links "http://brick/docs/HOWTO/HTML/en/index.html"; Wait links; _MySize; )
  8. AddToFunc _rfc_index ( ExecTty "/usr/local/bin/rfcshow" "-index"; Wait rfcshow; _MySize; )
  9. AddToFunc _rfc_menu ( ExecTty "/usr/local/bin/rfcshow"; Wait rfcshow; _MySize; )
  10. AddToFunc _rfc_prompt ( ExecTty "/usr/local/bin/rfcshow" "-prompt"; Wait rfcshow; _MySize; )
  11.  
  12. AddToMenu " Docs " (
  13. " Info " _info
  14. " Libc info " _infolibc
  15. " man pages " _man
  16. " HOWTO index " _Howto
  17. " RFC Index " _rfc_index
  18. " RFC Menu " _rfc_menu
  19. " RFC Query " _rfc_prompt
  20. )
  21.  
Add Comment
Please, Sign In to add comment