From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25204 invoked by alias); 25 Jul 2002 22:12:55 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 25195 invoked from network); 25 Jul 2002 22:12:54 -0000 Received: from unknown (HELO uhura.concentric.net) (206.173.118.93) by sources.redhat.com with SMTP; 25 Jul 2002 22:12:54 -0000 Received: from cliff.concentric.net (cliff.concentric.net [206.173.118.90]) by uhura.concentric.net [Concentric SMTP Routing 1.0] id g6PMCqS13347 ; Thu, 25 Jul 2002 18:12:52 -0400 (EDT) Received: from Clemens.cris.com (da003d0734.sjc-ca.osd.concentric.net [64.1.2.223]) by cliff.concentric.net (8.9.1a) id SAA04244; Thu, 25 Jul 2002 18:12:50 -0400 (EDT) Message-Id: <5.1.0.14.2.20020725151051.01f8f3c0@pop3.cris.com> X-Sender: rrschulz@pop3.cris.com Date: Thu, 25 Jul 2002 19:49:00 -0000 To: derbyshire@globalserve.net, cygwin@cygwin.com From: Randall R Schulz Subject: Re: bash and the delete key In-Reply-To: <3D403CE3.17956.467EDE3A@localhost> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_120713078==_" X-SW-Source: 2002-07/txt/msg02040.txt.bz2 --=====================_120713078==_ Content-Type: text/plain; charset="us-ascii"; format=flowed Content-length: 816 Paul, Add this line to your "$HOME/.inputrc" file: "\M-[3~": delete-char This escape sequence happens to be shared by RXVT and the console. To see where there are differences between RXVT and console, you can loot at the attached ".inputrc" file, which is the one I use. Randall Schulz Mountain View, CA USA At 15:01 2002-07-25, Paul Derbyshire wrote: >Cygwin's bash seems not to interpret the delete key correctly. The >backspace key nukes the character behind the cursor, as expected. The >del key doesn't nuke the character ahead of the curser however. It >inserts a tilde instead. I assume this is something related to either >a bash setting or a terminal setting, but I ran out of clues (read: >relevant information in obvious places in the bash man page) without >fixing it a while back. > >... --=====================_120713078==_ Content-Type: application/octet-stream; name="DOTinputrc" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="DOTinputrc" Content-length: 1135 CiMgc2V0IGNvbXBsZXRpb24taWdub3JlLWNhc2Ugb24KIyBzZXQgc2hvdy1h bGwtaWYtYW1iaWd1b3VzIG9uCgoKIyBDb25zb2xlOgojCUYxIC0gRjUKIlxN LVtbQSIJImZnICUxXEMtTSIKIlxNLVtbQiIJImZnICUyXEMtTSIKIlxNLVtb QyIJImZnICUzXEMtTSIKIlxNLVtbRCIJImZnICU0XEMtTSIKIlxNLVtbRSIJ ImZnICU1XEMtTSIKCgojIFJYVlQ6CiMJRjEgLSBGNAoiXE0tWzExfiIJImZn ICUxXEMtTSIKIlxNLVsxMn4iCSJmZyAlMlxDLU0iCiJcTS1bMTN+IgkiZmcg JTNcQy1NIgoiXE0tWzE0fiIJImZnICU0XEMtTSIKIlxNLVsxNX4iCSJmZyAl NVxDLU0iCgoKIyBCb3RoIENvbnNvbGUgYW5kIFJYVlQ6CiMJRjYgLSBGMTIK IlxNLVsxN34iCSJmZyAlNlxDLU0iCiJcTS1bMTh+IgkiZmcgJTdcQy1NIgoi XE0tWzE5fiIJImZnICU4XEMtTSIKIlxNLVsyMH4iCSJmZyAlOVxDLU0iCiJc TS1bMjF+IgkiZmcgJTEwXEMtTSIKIlxNLVsyM34iCSJmZyAlMTFcQy1NIgoi XE0tWzI0fiIJImZnICUtXEMtTSIKCgojIENvbnNvbGU6CgkiXE0tWzF+IjoJ YmVnaW5uaW5nLW9mLWxpbmUJCSMgSG9tZQoJIlxNLVs0fiI6CWVuZC1vZi1s aW5lCQkJCSMgRW5kCgoKIyBSWFZUOgoJIlxNLVs3fiI6CWJlZ2lubmluZy1v Zi1saW5lCQkjIEhvbWUKCSJcTS1bOH4iOgllbmQtb2YtbGluZQkJCQkjIEVu ZAoKCiMgQm90aCBDb25zb2xlIGFuZCBSWFZUOgoJIlxNLVsyfiI6CXBhc3Rl LWZyb20tY2xpcGJvYXJkCSMgSW5zZXJ0CiMJIlxNLVs1fiIJCQkJCQkJIyBQ YWdlLVVwCgkiXE0tWzN+IjoJZGVsZXRlLWNoYXIJCQkJIyBEZWxldGUKIwki XE0tWzZ+IgkJCQkJCQkjIFBhZ2UtRG93bgo= --=====================_120713078==_ Content-Type: text/plain; charset=us-ascii Content-length: 214 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ --=====================_120713078==_--