Date: Sat, 11 Nov 2000 22:09:48 -0600 From: Dan Nelson <dnelson@emsphone.com> To: Charlie <nabugoon@nabugoon.sarang.net> Cc: questions@freebsd.org Subject: Re: what's the meaning of this message in Eterm!! Message-ID: <20001111220948.C16005@dan.emsphone.com> In-Reply-To: <20001112130012.A81637@nabugoon.sarang.net>; from "Charlie" on Sun Nov 12 13:00:12 GMT 2000 References: <20001112122917.A81491@nabugoon.sarang.net> <20001111215303.A16005@dan.emsphone.com> <20001112130012.A81637@nabugoon.sarang.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001111220948.C16005>