From owner-freebsd-questions Wed Jan 17 18:26:08 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA28480 for questions-outgoing; Wed, 17 Jan 1996 18:26:08 -0800 (PST) Received: from mail0.iij.ad.jp (root@mail0.iij.ad.jp [192.244.176.61]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA28473 for ; Wed, 17 Jan 1996 18:26:04 -0800 (PST) Received: from uucp1.iij.ad.jp (uucp1.iij.ad.jp [192.244.176.73]) by mail0.iij.ad.jp (8.6.12+2.4W/3.3W9-MAIL) with ESMTP id LAA16972; Thu, 18 Jan 1996 11:24:41 +0900 Received: (from uucp@localhost) by uucp1.iij.ad.jp (8.6.12+2.4W/3.3W9-UUCP) with UUCP id LAA11642; Thu, 18 Jan 1996 11:24:41 +0900 Received: from xxx.fct.kgc.co.jp by yyy.kgc.co.jp (8.6.11/3.4W:95122611) id KAA27515; Thu, 18 Jan 1996 10:34:05 +0900 Received: by xxx.fct.kgc.co.jp (8.6.12+2.4W/3.3W8:95062916) id KAA15160; Thu, 18 Jan 1996 10:34:04 +0900 Date: Thu, 18 Jan 1996 10:34:04 +0900 From: Toshihiro Kanda Message-Id: <199601180134.KAA15160@xxx.fct.kgc.co.jp> To: Petr Kodl Cc: questions@freebsd.org In-reply-to: <199601170905.JAA00398@merlin.abrcp.cz> Subject: Re: tcsh and bash Sender: owner-questions@freebsd.org Precedence: bulk > I have couple questions considering tcsh and bash. > 1. bash appears to loose the focus somehow, when it works under xterm. > Sometimes there is no keyboard echo in spiete of the commands are normally > processed. It can be recovered calling the tcsh and exit > Any suggestions ?? I'm using bash. Examine by `/bin/stty -all' when lose echo. Then simply run /usr/bin/reset instead of tcsh. candy@fct.kgc.co.jp (Toshihiro Kanda)