From owner-freebsd-questions@freebsd.org Wed Mar 9 10:54:40 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 5D45DAC8413 for ; Wed, 9 Mar 2016 10:54:40 +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 43F0E259 for ; Wed, 9 Mar 2016 10:54:40 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: by mailman.ysv.freebsd.org (Postfix) id 42F96AC8412; Wed, 9 Mar 2016 10:54:40 +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 4297CAC8411 for ; Wed, 9 Mar 2016 10:54:40 +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 EB7E2258 for ; Wed, 9 Mar 2016 10:54:39 +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 C61DFD7882; Wed, 9 Mar 2016 17:54:37 +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 :in-reply-to:subject:subject:from:from:received:received :received; s=selector1; t=1457520876; x=1459335277; bh=h28qJlimG 2dqB9AnXUhpQqA+Iy4bIpsccB8lyXIMfU8=; b=fPGJB92W66kaKEOq4g7/hfrYV fpaZKWKBx9Hy1BYTvYloo05M5goJGBthj0yznbwHcy7vNw02CZW/waQY5Cw7FwlE 2qybz2p2nyUEEKYTxNfBG8UkydphvkLdJqq/H4vGbQ5JDsFsK1xQjHHRimFmqor0 uJ/Y+FYo7RWR2/NBfE= 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 dQ_ybwLSSMmr; Wed, 9 Mar 2016 17:54:36 +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 CCAD9D7881; Wed, 9 Mar 2016 17:54:36 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id u29AsalO058190; Wed, 9 Mar 2016 17:54:36 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier Nicole To: Eduardo Lemos de Sa Cc: questions@freebsd.org Subject: Re: Cshell closing on CTRL-c In-Reply-To: (message from Eduardo Lemos de Sa on Wed, 9 Mar 2016 07:48:39 -0300) Date: Wed, 09 Mar 2016 17:54:36 +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:54:40 -0000 Dear Eduardo, > I am afraid to cannot say anything about your problem with CTRL-C but, on > my FreeBSD desktops to copy I only have to highlight the text and press > INSERT to past it. Very simple, a CTRL-C is not necessary. I know, but if I just switched from Windows, then I type CTRL-C by reflex. In the past, it used to do nothing, but now it kills the shell. TIA Olivier