home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pub / wkermit / wkermit.bwr < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Date: Mon, 09 Jun 86 17:07:16
  2. From: Bob Larson <R.LARSON%FNS1@usc-ecl.arpa>
  3. Subject: Wkermit problems and sugestions
  4.  
  5. The Wkermit command scanner has some problems.  If a typo is made in
  6. the first word of a command, multiple error messages are displayed.
  7. (i.e. "sat baud 9600" will show 3 unrecognised command errors.)  "?"
  8. will only display after a return, and will place the cursor at the
  9. begining rather than the end of the command in question.  I also
  10. dislike the wkermit startup banner.
  11.  
  12. The default window size is two large for our configuration.  (9600
  13. baud port selector connection.)  It's to bad the prime can't check
  14. the input buffer size and advertise an appropriate size window.
  15.  
  16. Bob Larson <Blarson@Usc-Ecl.Arpa>
  17.  
  18. Here is make_kermit.cpl:
  19. /* Link file for Kermit-R19, generic Prime version of Kermit */
  20. &data bind
  21. LO *>OBJ>MAIN
  22. LO *>OBJ>KERMIT
  23. LO *>OBJ>MSG_INIT
  24. LO *>OBJ>SET_VERSION
  25. LO *>OBJ>BK_HNDLR
  26. LO *>OBJ>TIMEOUT_HNDLR
  27. LO *>OBJ>COMND
  28. LO *>OBJ>SERVER
  29. LO *>OBJ>GENERIC_CMD
  30. LO *>OBJ>CHANGE_DIR
  31. LO *>OBJ>REC_SWITCH
  32. LO *>OBJ>REC_PACKET
  33. LO *>OBJ>SEND_SWITCH
  34. LO *>OBJ>SEND_PACKET
  35. LO *>OBJ>CHKS
  36. LO *>OBJ>ACK_SEND_INIT
  37. LO *>OBJ>PRS_SEND_INIT
  38. LO *>OBJ>SET_PARAMS
  39. LO *>OBJ>OPEN_INPUT
  40. LO *>OBJ>OPEN_OUTPUT
  41. LO *>OBJ>CLOSE_INPUT
  42. LO *>OBJ>CLOSE_OUTPUT
  43. LO *>OBJ>READ_INPUT
  44. LO *>OBJ>WRITE_OUTPUT
  45. LO *>OBJ>WRITE_IBUF
  46. LO *>OBJ>DISCARD_OUTPUT
  47. LO *>OBJ>MATCH_FILE
  48. LO *>OBJ>NEXT_FILE
  49. LO *>OBJ>CONVERT_FILE
  50. LO *>OBJ>SETUP_TRANS_CHAR
  51. LO *>OBJ>GET_ATTR
  52. LO *>OBJ>GET_DTM
  53. LO *>OBJ>GET_LEN
  54. LO *>OBJ>XFER_MODE
  55. LO *>OBJ>OPEN_LOG
  56. LO *>OBJ>CLOSE_LOG
  57. LO *>OBJ>LOG_PACKET
  58. LO *>OBJ>LOG_INFO
  59. LO *>OBJ>UTILITIES
  60. LI VAPPLB
  61. LI
  62. /* dynt trans      /* remove /* from start of line if trans dynt needed
  63. rdc
  64. map kermit_r19.map
  65. file kermit_r19
  66. &end
  67. -------
  68.