From owner-freebsd-questions Sat Nov 11 20: 9:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id B0CBA37B479 for ; Sat, 11 Nov 2000 20:09:52 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.1/8.11.1) id eAC49m007690; Sat, 11 Nov 2000 22:09:48 -0600 (CST) (envelope-from dan) Date: Sat, 11 Nov 2000 22:09:48 -0600 From: Dan Nelson To: Charlie Cc: questions@freebsd.org Subject: Re: what's the meaning of this message in Eterm!! Message-ID: <20001111220948.C16005@dan.emsphone.com> References: <20001112122917.A81491@nabugoon.sarang.net> <20001111215303.A16005@dan.emsphone.com> <20001112130012.A81637@nabugoon.sarang.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <20001112130012.A81637@nabugoon.sarang.net>; from "Charlie" on Sun Nov 12 13:00:12 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Nov 12), Charlie said: > yes... for example. > > i run rm -i in Eterm. > then, rm program ask to me like this. > > remove foobar? > > i press 'y' and enter the message is occurs... and rm don't remove the file. > > [ ~ ]$ rm foobar > remove foobar?yload: 0.09 cmd: rm 81655 [ttyin] 0.00u 0.00s 0% 156k > load: 0.10 cmd: rm 81655 [ttyin] 0.00u 0.00s 0% 156k(when i press enter, > load: 0.10 cmd: rm 81655 [ttyin] 0.00u 0.00s 0% 156k this message is showed) > ^C > [ ~ ]$ ls > foobar > [ ~ ]$ Hmm. That looks like your terminal's "status" character is set to ^J instead of ^T like it should be. What does the "cchars" part of the "stty -a" command print? If it says "status = ^J", you can reset it with "stty sane". I don't know how your terminal got messed up in the first place, though. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message