From owner-freebsd-current@FreeBSD.ORG Mon Oct 18 21:53:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E763C16A4CE for ; Mon, 18 Oct 2004 21:53:11 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A6843D3F for ; Mon, 18 Oct 2004 21:53:11 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i9ILrASu065196; Mon, 18 Oct 2004 23:53:10 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Randy Bush From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 18 Oct 2004 14:47:20 PDT." <16756.14824.553837.54095@ran.psg.com> Date: Mon, 18 Oct 2004 23:53:10 +0200 Message-ID: <65195.1098136390@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: freebsd-current@freebsd.org Subject: Re: no echo console X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 21:53:12 -0000 In message <16756.14824.553837.54095@ran.psg.com>, Randy Bush writes: >>> /usr/share/misc# diff -u termcap.FCS termcap >>> --- termcap.FCS Fri Oct 15 23:13:46 2004 >>> +++ termcap Fri Oct 15 23:13:47 2004 >>> @@ -299,7 +299,7 @@ >>> adm3|3|lsi adm3:\ >>> :do=^J:am:le=^H:bs:cl=^Z:li#24:ma=^K^P:co#80: >>> xterm|xterm-color|X11 terminal emulator:\ >>> - :ti@:te@:tc=xterm-xfree86: >>> + :tc=xterm-xfree86: >> >> You have me there: I have no idea what that does. > >allows te:ti: which means when i exit vi/more/... the screen >is restored. > >fwiw, the puppy is fine after using vi/more/... I've committed my tree now because it cleans up a lot of almost but not quite entirely identical tty initializations. The committed code is subtly different from the patch you tried so for your own convenience you should probably back that out before cvsup'ing. I'll try to reproduce the problem again tomorrow, any hints, clues and ideas are most welcome. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.