From owner-freebsd-questions@FreeBSD.ORG Fri Jul 30 09:02:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1611C16A4CE for ; Fri, 30 Jul 2004 09:02:15 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE1C143D60 for ; Fri, 30 Jul 2004 09:02:14 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 30 Jul 2004 04:04:54 -0500 Message-ID: <410A0E81.9090903@daleco.biz> Date: Fri, 30 Jul 2004 04:01:53 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mariano Guadagnini References: <200407300116.27351.mguadagnini@velocom.com.ar> In-Reply-To: <200407300116.27351.mguadagnini@velocom.com.ar> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Jul 2004 09:04:55.0027 (UTC) FILETIME=[47DC7430:01C47614] cc: freebsd-questions@freebsd.org Subject: Re: backspace and delete keys behavior X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 09:02:15 -0000 Mariano Guadagnini wrote: >Hi guys, I am new to Freebsd (after years of linux) and, althought system >installation and configuration was quite seamlessly, I've an issue with the >delete key of my keyboard (101 keys us layout): In xterm, the backspace key >works ok, but when I press del, it prints the "~" character, instead of >deleting . I have read it has something to do with keyboard layout config, >but I couldn't find out how to fix it. So, any ideas? > >Thanks, (and forgive my poor english) > > >Mariano Guadagnini >Argentina > > what does: >echo $TERM give you? It could possibly be the wrong terminal type --- try the following at the CLI (depending on which shell)... csh/tcsh: $setenv TERM xterm-color sh/bash: #TERM=xterm-color #export TERM HTH, Kevin Kinsey