From owner-freebsd-questions@FreeBSD.ORG Sat Jul 26 15:48:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0517106564A for ; Sat, 26 Jul 2008 15:48:52 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 88FFF8FC13 for ; Sat, 26 Jul 2008 15:48:52 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so2132521wah.3 for ; Sat, 26 Jul 2008 08:48:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=37cXc5vrJY/5+YKgCIu9E+bKYnSMgji30ujxwUQIOLo=; b=NlPaITrXTz1U9edCnW48PX8dHkCMEzAYMnTNGwwIIqZpM1+zMQ0EN11n5qxodm4gsU d4Mfc1ZNI+z7U1x/xpUqJTJCafpxiGwJqycigpkR6CP1y0/3RhkerobWj4vntWPqxk51 qANDlomsylCrl7GEM2jNypSQztNM68gOG+0oM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=lK+iBLy03Z1f+qZx/Qq0254AXD9VP9ftU8NVhVHY3OB91xo9UMTp4GG2S0ToMa/WwC qiI6nAZJ5hyTgWQJHYoBbLv8/2Jz+A5DoMeCWmqg4cejavGNVkj/Te8G/j7u8N0J0jx9 QmxCfOEq5NKru2VaYvES5e9qDz7ne6HNNGpuE= Received: by 10.114.124.1 with SMTP id w1mr3266623wac.73.1217087332238; Sat, 26 Jul 2008 08:48:52 -0700 (PDT) Received: by 10.114.254.11 with HTTP; Sat, 26 Jul 2008 08:48:52 -0700 (PDT) Message-ID: <8d23ec860807260848g149df722i801d1d45aa61edcf@mail.gmail.com> Date: Sat, 26 Jul 2008 11:48:52 -0400 From: Schiz0 To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Backspace Key Not Working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2008 15:48:52 -0000 Hey, I have an annoying problem that I'm not sure how to solve. Here's my setup: PuTTy => My FreeBSD 6.2 box => Production FreeBSD 7.0 box All via SSH, of course. Now, on my FreeBSD 6.2 box, the backspace key works fine all the time. However, when I connect from my 6.2 box into the production 7.0 box, the backspace key does not work all the time. In the console, it works fine (as in, it deletes what I type). However, when I'm in programs such as VIM, it displays "^?" instead of deleting. Is there a way to fix this? Thanks for your time.