bugs.txt
上传用户:haiweijt
上传日期:2018-02-23
资源大小:8195k
文件大小:1k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1.                 **********************************************
  2.                 *** Console Telnet 2.1 beta 2.  Known Bugs ***
  3.                 **********************************************
  4. Wrap_Line = 0   Doesn't work very well. It works with elvis or talk on linux,
  5.                 but messes up bash at last line.
  6. Enable_Mouse=1  Causes the display to slow in fullscreen mode, since the
  7.                 mouse has to be erased and then drawn again for every
  8.                 screen write.
  9. Term_Width or Term_Height != -1 or Wide_Enable=1
  10.                 Specifying any of these can cause display problems if
  11.                 the font size is not set to auto.
  12. Resizing the current window while running telnet can cause problems, especially
  13. if doing so makes the buffer smaller.  This should be more of a problem on
  14. NT/W2K than on 95/98.  Part of the problem is that the telnet NAWS option
  15. negotiation isn't done properly.  On a related note, turning on scrollbars can
  16. decrease performance.
  17. There are many other bugs, most of which are documented in the code.  Just
  18. grep the source for "FIX ME".