Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2016 13:18:53 +0700
From:      Olivier Nicole <Olivier.Nicole@cs.ait.ac.th>
To:        questions@freebsd.org
Subject:   Re: Cshell closing on CTRL-c
Message-ID:  <wu760wuq2ia.fsf@banyan.cs.ait.ac.th>
In-Reply-To: <56E00227.1010208@gmail.com> (message from Michael Schuster on Wed, 9 Mar 2016 11:59:51 %2B0100)

next in thread | previous in thread | raw e-mail | index | archive | help
Michael,

>> In the past, it used to do nothing, but now it kills the shell.
> It's been a while since I last used *csh, but I believe "stty" and 
> "bindkey" may be the things to look into.

% bindkey|grep C
"^C"           ->  tty-sigintr

It looks normal to me.

% stty -a
[...]
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
        eol2 = <undef>; erase = ^H; erase2 = ^H; intr = ^C; kill = ^U;
        lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q;
        status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W;

That too.

Thanks.

Olivier



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