Bug 42114

Summary: End key does not work in xterm
Product: [Retired] Red Hat Linux Reporter: Philip Rowlands <phr>
Component: tcshAssignee: Eido Inoue <havill>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: low Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-28 14:32:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Philip Rowlands 2001-05-24 12:07:56 UTC
I'm using RH 7.1, with all errata applied. My shell is /bin/tcsh, and I'm
having problems with the End key inside xterm. Home works as expected.

To reproduce, set shell to /bin/tcsh, and start xterm.
The exact problem is exhibited as follows:
("_" is the cursor)
% abcdefg_	(HOME)
% _abcdefg	(END)
(terminal bell beeps)
% ~_abcdefg
% echo $TERM
xterm
% infocmp xterm | grep kend
  kend=\E[4~, kent=\EOM, kf1=\EOP, kf10=\E[21~, kf11=\E[23~,
% bindkey | grep ^end
end            -> end-of-line

I think this is caused by a recent change, because I can ssh to a RH 7.0
box and everything works fine.

Comment 1 Eido Inoue 2001-07-24 04:38:59 UTC
by removing the KANJI hacks this allowed some codes to get through to allow the
end key (and others to work).

Thanks for the bug report.