Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 9143

Summary: zvtterm xterm emulation bugs + patch
Product: [Retired] Red Hat Linux Reporter: Hans de Goede <hdegoede>
Component: gnome-libsAssignee: Preston Brown <pbrown>
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-10 15:25:50 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
gendiff patch to fix the described problems none

Description Hans de Goede 2000-02-05 13:19:47 UTC
gnome-terminal claims to be an xterm emulator, for this the zvtterm xterm
emulator widget is used.

This widget has the following problems:
-home, end & del don't match terminfo/termcap nor do the match
 xterm/rxvt/Eterm/konsole. Try for example mc.
-F1-F4 send VT100 style esc-sequences, this doesn't match terminfo/termcap
 nor does it match xterm/rxvt/konsole/Eterm. Try for example F1 in vim or
 ntsysv.
-* and / on the keypad don't honor application keypad mode. See for
 example options->learnkeys in mc.

The attached patch fixes these problems , and adds:
-shift F1-F10 send F11-F20 just like xterm,rxvt & Eterm.

These fixes bring gnome-terminal on par with the fixes done to the other
terminal emulators in RH to get error free keybindings in RH6.2

Comment 1 Hans de Goede 2000-02-05 13:20:59 UTC
Created attachment 95 [details]
gendiff patch to fix the described problems

Comment 2 Bernhard Rosenkraenzer 2000-02-10 15:25:59 UTC
Thanks, fixed.