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