Bug 113682 - Delete key broken in non-login tcsh shell
Summary: Delete key broken in non-login tcsh shell
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: setup
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-16 15:10 UTC by Bob T.
Modified: 2014-03-17 02:41 UTC (History)
1 user (show)

Fixed In Version: 2.5.34-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-23 05:03:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bob T. 2004-01-16 15:10:24 UTC
Description of problem: Delete key broken in non-login tcsh shell


Version-Release number of selected component (if applicable):


How reproducible: every time


Steps to Reproduce:
1. tcsh in an xterm
2. try to use the Delete key at the prompt
3.
  
Actual results: beeps and produces a ~ 


Expected results:


Additional info:

Comment 1 Bob T. 2004-01-16 15:11:42 UTC
Can be fixed by moving the lines 

if ( $?tcsh ) then
        bindkey "^[[3~" delete-char
endif

from /etc/csh.login
to   /etc/csh.cshrc

Comment 2 Bob T. 2004-01-26 01:33:47 UTC
This bug (and its correction) have been noted before, bug #24036. But
that bug was closed without being properly fixed so I won't mark this
as a duplicate; it's hard enough getting anyone to notice :+)   	 

Comment 3 Bill Nottingham 2004-09-23 05:03:26 UTC
Done in 2.5.34-1.


Note You need to log in before you can comment on or make changes to this bug.