Cshell closing on CTRL-c

Olivier Nicole Olivier.Nicole at cs.ait.ac.th
Thu Mar 10 06:18:59 UTC 2016


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


More information about the freebsd-questions mailing list