home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckc095.zip / ckiker.bwr < prev    next >
Text File  |  1989-12-05  |  2KB  |  42 lines

  1. CURRENT KNOWN BUGS WITH AMIGA KERMIT
  2.  
  3. It is probably time for someone to upgrade this for the current version
  4. of the Lattice C compiler.  This has not been done for two years.
  5.  
  6. No DIAL or SCRIPT commands yet.
  7.  
  8. Workbench invocation of C Kermit is not yet supported.  However, one
  9. can simply use IconX (which is included with V1.3) and attach an icon
  10. to an AmigaDOS Execute script which starts up Kermit.
  11.  
  12. The current directory name is constructed from the previous current
  13. directory name and a new relative name.  This is similar to the way the CD
  14. command operates, but it is subject to some peculiarities.  For instance,
  15. 'CWD C:' followed by 'CWD /' results in the current directory being the
  16. the parent of C: and a directory name of 'C:/'.  It is possible to
  17. reconstruct the name using the Parent() AmigaDOS function, and this should
  18. be done;  a previous bing in the RAM: handler has been fixed.
  19.  
  20. There should be some form of output control and input for one-liners invoked
  21. with the '!' command.
  22.  
  23. An audible bell is needed, but can be added with a PD program called
  24. InstallBeep.
  25.  
  26. The use of 'SET MODEM-TYPE type' to select modem control usage will have
  27. to change when the DIAL command is supported.
  28.  
  29. The 23 by 77 window in connect mode is incompatible with the
  30. assumptions of many editors.  A PD program called MoreRows allows the
  31. size of the Workbench screen to be increased; an extra 16 columns and
  32. 8 rows allows a 24 by 80 window for Kermit.  Emulation of a real
  33. terminal like a "not quite" ANSI VT100 would be nice.
  34.  
  35. Kermit should support AmigaDOS wildcarding, especially for SEND's.  It can
  36. be argued that Unix wildcarding is often appropriate for remote GET's from
  37. the Amiga server, but AmigaDOS wildcarding should be optionally available.
  38.  
  39. This code probably won't work if the eol character changes as a result
  40. of the startup packet negotiation.  See the comment in ttinl() in
  41. ckitio.c for the gory details.
  42.