From owner-freebsd-questions@freebsd.org Wed Mar 9 10:31:16 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04F77AC9A45 for ; Wed, 9 Mar 2016 10:31:16 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E105C8FE for ; Wed, 9 Mar 2016 10:31:15 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: by mailman.ysv.freebsd.org (Postfix) id DFD18AC9A44; Wed, 9 Mar 2016 10:31:15 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF6E9AC9A43 for ; Wed, 9 Mar 2016 10:31:15 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95A868FD for ; Wed, 9 Mar 2016 10:31:15 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 17A64D7882 for ; Wed, 9 Mar 2016 17:31:07 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received:received:received; s= selector1; t=1457519459; x=1459333860; bh=/CfgmT5PSSNC3yr9TvKzj5 g/m3gGVsih4uEDlWmYslQ=; b=QiQxbpgCwLqlT4GpIWFchMtVoGzFKMbPDMN+XI MHkLJKx+xDkxi/Cd0UrwrZ1Ne8nPLRI1vI9K+QzdYg0LPCuI6HcxE5MYhOOAJgDi bXrZxSmcMc0WOqYzHBboKnf4O4tjyc1+DYmlJPlsyEawFmRxzas54iiDlhIySj5w zT+Yw= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ePxXgWKZz1kD for ; Wed, 9 Mar 2016 17:30:59 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 9A705D7881 for ; Wed, 9 Mar 2016 17:30:59 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id u29AUxf8058146; Wed, 9 Mar 2016 17:30:59 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier Nicole To: questions@freebsd.org Subject: Cshell closing on CTRL-c Date: Wed, 09 Mar 2016 17:30:59 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 10:31:16 -0000 Hi, I have that very annoying feature lately: /bin/csh will close when I type CTRL-C. As a nasty side effect, because I constantly switch between Windows and FreeBSD, I try to copy something with the mouse, I type CTRL-C even if I don't need it in FreeBSD and bam! Or I try to interrup some command working in the shell, I type one too many CTRL-C and bam! Did I say it is annoying? I have a stronger word for this, revolvong around a PiTA. I am not sure how this feature even hapened, it seems it does not affect all the systems I have. Any idea? Best regards, Olivier --