Bug 15687

Summary: Eterm sends wrong code for backspace home,end and F1-F4
Product: [Retired] Red Hat Powertools Reporter: Hans de Goede <hdegoede>
Component: EtermAssignee: Tim Powers <timp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-19 12:32:51 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:
Attachments:
Description Flags
new patch fixing the described problems. none

Description Hans de Goede 2000-08-07 22:33:17 UTC
Eterm sends the wrong code for backspace it sends ^H while it should send
\0177. Also the patch in the SRPM makes it sends the wrong codes for home
and end, the defaults are correct. I know the patch currently in is my own,
but RedHat switched to the debian keybinding standard afterwards, so the
original patch is no longer correct. Last it sends VT220 codes for F1-F4
where it should send VT100 codes, as xterm does.

I'll attach a new version of the backspace-etc patch which fixes all the
above bugs.

Comment 1 Hans de Goede 2000-08-07 22:34:18 UTC
Created attachment 2221 [details]
new patch fixing the described problems.

Comment 2 Tim Powers 2000-08-08 20:21:37 UTC
Thanks. The patch has been applied, and it's built.

Tim

Comment 3 Hans de Goede 2000-08-19 11:31:06 UTC
Verified, its fine now.

One very small nitpick, very probably for 7.1 there are still them.cfg.in.orig
files in /usr/share/Eterm/themes/*

Possible fix, don't lett patch make backups in the spec


Comment 4 Tim Powers 2000-08-19 12:06:42 UTC
Why wait till 7.1 for this? Fixed.

Tim

Comment 5 Hans de Goede 2000-08-19 12:32:48 UTC
I understood you were in this very deep code freeze.