Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 1998 03:49:50 +0200
From:      Matthias Buelow <mkb@altair.mayn.de>
To:        Brett Glass <brett@lariat.org>
Cc:        bugs@FreeBSD.ORG
Subject:   Re: No terminal echo after certain commands 
Message-ID:  <199810210149.DAA01224@altair.mayn.de>
In-Reply-To: Your message of "Tue, 20 Oct 1998 19:15:26 MDT." <4.1.19981020191142.06b355b0@mail.lariat.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
"Brett Glass <brett@lariat.org>" wrote:

>Again, ANY way of interrupting a program shouldn't leave the
>console unusable.

It most probably isn't unusable; ^Jreset^J should return it to a
sane state.  If you kill -9 a program, there's no way for it to
reset the terminal to the previous state either.  I think it's a
little exaggerated for a small utility like "more" to catch all
catchable signals (including SEGV, BUS etc.) just to reset the tty
to its previous state.  INTR is in no way different from SEGV or BUS;
the user usually wants the thing to quit fast.  If you kill full-
screen programs, you have to reset the tty yourself.

 - mkb



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810210149.DAA01224>