From owner-freebsd-hackers Mon Feb 5 05:23:49 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26105 for hackers-outgoing; Mon, 5 Feb 1996 05:23:49 -0800 (PST) Received: from nixpbe.pdb.sni.de (mail.sni.de [192.109.2.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id FAA26100 for ; Mon, 5 Feb 1996 05:23:45 -0800 (PST) Received: (from nerv@localhost) by nixpbe.pdb.sni.de (8.6.12/8.6.12) id OAA26908 for hackers@freebsd.org; Mon, 5 Feb 1996 14:23:31 +0100 Message-Id: <199602051323.OAA26908@nixpbe.pdb.sni.de> Subject: Re: telnet question To: gcrutchr@nightflight.com (Gary Crutcher) Date: Mon, 5 Feb 96 14:19:23 MET From: Greg Lehey Cc: hackers@freebsd.org (Hackers; FreeBSD) In-Reply-To: <2.2.32.19960205042455.0067d3fc@nightflight.com>; from "Gary Crutcher" at Feb 04, 96 8:24 pm X-Mailer: xmail 2.4 (based on ELM 2.2 PL16) Sender: owner-hackers@freebsd.org Precedence: bulk > I have occasionally have a telnet session stop displaying characters. It > only occurs if I do man , and while viewing the manpages, press > CTRL-C to exit. From that point on telnet works, but no chars display. > > Any ideas of what the problem might be? Sounds like your terminal settings are left screwed up. You shouldn't be able to exit man with Ctrl-C: what pager are you using? In any case, this is almost certainly not a telnet problem, though possibly it happens during telnet sessions because you have your termcaps set up incorrectly. Try: stty sane and see if the echo comes on again for the next input. Greg