Bug 9161

Summary: konsole sends wrong esc-sequences for certain keys + fix
Product: [Retired] Red Hat Linux Reporter: Hans de Goede <hdegoede>
Component: kdebaseAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
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: 2000-02-06 16:00:14 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
Patch fixing the described problems. none

Description Hans de Goede 2000-02-06 15:14:53 UTC
The attached patch fixes the following:
-konsole sends wrong esc-sequence for home/end in xterm mode,
 ^[[H & ^[[F instead of ^[OH and ^[OF, as listed in terminfo for xterm,
 and as xterm, gnome-terminal, rxvt and Eterm do.
-konsole sends wrong esc-sequence for home/end in linux-console mode,
 ^[[H & ^[[F instead of ^[[1~ and ^[[4~, as listed in terminfo, and
 the real linux-console does.
-konsole sends asc-II del for del in xterm mode which should be ~[[3~,
 as listed in terminfo, etc.

And adds the following:
-shift F1-F10 send F11-F20 for both xterm and linux-console (just like
 the linux-console, rxvt, xterm Eterm & gnome-terminal).

It doesn't fix:
-the numeric keypad not honering application keypad mode, unfortunatly
 QT doesn't tell the difference between keyoad keys and normal keys.

Comment 1 Hans de Goede 2000-02-06 15:15:59 UTC
Created attachment 96 [details]
Patch fixing the described problems.

Comment 2 Bernhard Rosenkraenzer 2000-02-06 16:00:59 UTC
Thanks, fixed.