Path: utzoo!mnetor!uunet!husc6!hao!gatech!rutgers!bellcore!faline!thumper!karn From: karn@thumper.bellcore.com (Phil R. Karn) Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Re: KA9Q diffs for compilation with MSC 4.00 (and higher ?) Message-ID: <988@thumper.bellcore.com> Date: 16 Mar 88 18:51:05 GMT References: <338@tnosoes.UUCP> <17504@watmath.waterloo.edu> Organization: Bell Communications Research, Inc Lines: 12 Keywords: tcp/ip, Microsoft C, ka9q Summary: ansi nulls > Te problems you are having with VI have to do with NULLs being sent by > the other end and ANSI/NANSI.SYS are putting them out as spaces. BAD BAD!! Some time ago I determined this was happening and I modified telnet.c to filter out nulls from going to the console. I also filtered out control-Zs since under some environments (notably DoubleDos) they cause the console to hang. I hate having to add ugly patches to get around bugs in other people's broken software... Phil