home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 107 / MINICOM.ZIP / TODO < prev    next >
Text File  |  1992-06-10  |  2KB  |  36 lines

  1. TODO for version 1.3:
  2.  
  3. - Use official termcap entries for line character set (if there are)
  4. - Official termcap entries for color...
  5. - VT100 emulation is probably not complete (don't have doc's), but good
  6.   enough for most applications (including Unix).
  7.   Still missing:
  8.       - Emulation of keypad keys in applications mode
  9.       - Switching character sets
  10.       - Double width / double height / 132 characters
  11.       - Line printer support
  12.       - Setting tab stops (now hardcoded TAB=8 spaces)
  13.       - LED functions.
  14.   As you see, none of these are likely to be needed much.
  15. - A scroll-back buffer would be a *very* handy gimmick.
  16.  
  17. - Probably Viditel (Prestel) support will be added.
  18.  
  19. - There is still a bug in the DCD detection ; sometimes Minicom does not
  20.   see that DCD has dropped. There is also an emulation mode for systems
  21.   that don't have DCD detection. If Minicom thinks a system does not have
  22.   DCD, it fakes the on and offline messages (and on/offline appear in
  23.   CAPITALS). Sometimes, on systems with DCD, it switches to on- and offline
  24.   in capitals. Hmmmm..... If someone could give me a clue on this..
  25.   (be warned: the code in main.c is quite obscure.)
  26.  
  27. - I am thinking of a builtin up/download protocol, that allows one to
  28.   up and download *in the background* invisible to the user. One way to do
  29.   this is to use bytes >= 128 for the up and download protocol, and
  30.   bytes < 128 for communication. Ofcourse this always needs an 8 bit
  31.   clean data path, and "normal" data communication cant use the highest
  32.   bit. A special program should be written for the remote side, using
  33.   pty's. This will probably not be coming soon, and if I write it
  34.   eventually it will not fit into Minix's 64K code space. So it will
  35.   have to wait until I get rich and can afford a 386...
  36.