From owner-freebsd-questions@FreeBSD.ORG Thu Sep 25 16:07:06 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E80827F9 for ; Thu, 25 Sep 2014 16:07:05 +0000 (UTC) Received: from resqmta-po-03v.sys.comcast.net (resqmta-po-03v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:162]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BB0E65DF for ; Thu, 25 Sep 2014 16:07:05 +0000 (UTC) Received: from resomta-po-12v.sys.comcast.net ([96.114.154.236]) by resqmta-po-03v.sys.comcast.net with comcast id vU681o00456HXL001U7465; Thu, 25 Sep 2014 16:07:04 +0000 Received: from Curly-Sr.dbis.net ([50.183.226.175]) by resomta-po-12v.sys.comcast.net with comcast id vU731o00D3nhSLa01U73dL; Thu, 25 Sep 2014 16:07:04 +0000 Message-ID: <54243DA2.1070805@comcast.net> Date: Thu, 25 Sep 2014 10:06:58 -0600 From: Dave Babb User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: User Questions Subject: TCSH issue DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1411661224; bh=t8lsxOcl3HY6xoW8Te9ZUTduK1Z2yAlP1nOMZjlPSik=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=UKgV7ax3ULd8xsHFAXFmbHg5W3IkdRe8/5FIuM8LSoYrLUyo1DsrevQmEAsDit29B PBDx+h643/eW/2WUXsnZAgSA0vWCgCyRfIoOyeNiD+PZ9e3ypH6AvAz0A3newtLKMD +FZwLr9+ECQFnYrap7FSrmM+Om91hg+u4zowQt55O9KL0rvh+LTqrOF1VGRzok+moF 99csRqifuweZYPMjlJdkoHLlRhYrGj1IltSndY5ObDaru0tnGtJLxUrgWqZVTGRlOq PvJc1V78WSThyp9aBM4zCNgTC6Gikm5/beZetzhaRrIFMCstlH/ICpBm8CCTw+9zRp RDT/L4F3fy+Gg== Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 16:07:06 -0000 Good Morning All, Upon a recommendation of a fellow and very experienced FreeBSD user...I have switched from bash to tcsh as my user shell. I have not and will not change the root's shell from sh. But regardless if I am at a CLI or in a terminal window on my "X" based desktop, tcsh is behaving strange. sh has the same issue. Let me explain: If I fat finger something into the cli....lets say "freeecolor -om"....If I was to place my cursor on the last "e" and backspace...everythings fine...However if I put my cursor on that same letter and press the delete key...it doesn't delete the letter, rather it inserts a tilde "~". "sh" behaves the same way on my system. Does anyone know how I can correct this behavior? FreeBSD 10.0-Release-p9, x64. Thank you for any assistance you can provide. Sincerely and respectfully, Dave