From owner-freebsd-questions@freebsd.org Tue Dec 29 09:48:52 2015 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 0EDA4A54FFD for ; Tue, 29 Dec 2015 09:48:52 +0000 (UTC) (envelope-from sergeig.public@gmail.com) Received: from mail-pa0-x241.google.com (mail-pa0-x241.google.com [IPv6:2607:f8b0:400e:c03::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC94012B4 for ; Tue, 29 Dec 2015 09:48:51 +0000 (UTC) (envelope-from sergeig.public@gmail.com) Received: by mail-pa0-x241.google.com with SMTP id a20so2680045pag.3 for ; Tue, 29 Dec 2015 01:48:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=PvthC5JsPHpTuAT73k3T5qdGqdzMPLo+GTvnbKSgh4A=; b=kgrtaNXcnPpEMDlHA5Ibq9JudfFO6UMZmV4ZZ1QoDzPuPM92ZzRV8me5N4huyX+Dv3 qrPIsQ8/RqD0Ye+j+UuUhksIchPMQA/erh4Dp3ZBl+CKHn5pMXRs2U5dJCOnGvsfkyBk NTwpKsyF983oWCrBMNx5u9aeilfQNwe1yapI/VQo/n6pKcNvqgx8oP6MDwcyRH2rhmMW YprqTzKKOw99So5M3swLX8Nevy+xjgwsXiLRM7UBggLKYQ7kJGTvDN/8WsR0z/k+FdMF Z2Yf0bMW9iT3P2F82MNt/EZ1BUZkvy0FZmeSxeYnpNzBS+kYQs/jhgqxTR1r1M5x2TSX Hacg== X-Received: by 10.66.140.39 with SMTP id rd7mr84884349pab.86.1451382531631; Tue, 29 Dec 2015 01:48:51 -0800 (PST) Received: from SergeiMBP.local (c-24-16-122-177.hsd1.wa.comcast.net. [24.16.122.177]) by smtp.googlemail.com with ESMTPSA id sm8sm86815206pac.43.2015.12.29.01.48.50 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Dec 2015 01:48:51 -0800 (PST) To: FreeBSD Questions From: Sergei G Subject: delete button in console Message-ID: <56825701.30908@gmail.com> Date: Tue, 29 Dec 2015 01:48:49 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 09:48:52 -0000 When I ssh to a FreeBSD machine and press 'Delete' button in csh prompt I get character '~' printed on screen. Backspace works just fine. I think even an actual console behaves the same way. Is there a way to "map" the Delete button to work appropriately? Would it be my SSH client application or FreeBSD itself?