Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 93107 Details for
Bug 100695
PATCH: makes xterms modified cursorkeys match gnome-terminal
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch bringing xterm inline with gnome-terminal
XTerm.patch (text/plain), 4.33 KB, created by
Hans de Goede
on 2003-07-24 13:55:19 UTC
(
hide
)
Description:
patch bringing xterm inline with gnome-terminal
Filename:
MIME Type:
Creator:
Hans de Goede
Created:
2003-07-24 13:55:19 UTC
Size:
4.33 KB
patch
obsolete
>--- XTerm.hdg 2003-07-24 15:22:18.000000000 +0200 >+++ XTerm 2003-07-24 15:39:54.000000000 +0200 >@@ -149,21 +149,47 @@ > !This can be useful if you have an IntelliMouse. It maps the button > !events generated by the wheel > *VT100.translations: #override \ >- <Key>Delete: string(0x1b) string("[3~") \n\ >- <Key>Home: string(0x1b) string("[1~") \n\ >- <Key>End: string(0x1b) string("[4~") \n\ >+ <Key>Delete: string(0x1b) string("[3~") \n\ >+ <Key>Home: string(0x1b) string("[1~") \n\ >+ <Key>End: string(0x1b) string("[4~") \n\ > ~@Num_Lock <Key>KP_Home: string(0x1b) string("[1~") \n\ > ~@Num_Lock <Key>KP_End: string(0x1b) string("[4~") \n\ >-Shift <Key>F1: string(0x1b) string("[23~") \n\ >-Shift <Key>F2: string(0x1b) string("[24~") \n\ >-Shift <Key>F3: string(0x1b) string("[25~") \n\ >-Shift <Key>F4: string(0x1b) string("[26~") \n\ >-Shift <Key>F5: string(0x1b) string("[28~") \n\ >-Shift <Key>F6: string(0x1b) string("[29~") \n\ >-Shift <Key>F7: string(0x1b) string("[31~") \n\ >-Shift <Key>F8: string(0x1b) string("[32~") \n\ >-Shift <Key>F9: string(0x1b) string("[33~") \n\ >-Shift <Key>F10: string(0x1b) string("[34~") \n\ >+Shift <Key>Up: string(0x1b) string("[2A") \n\ >+Shift <Key>Down: string(0x1b) string("[2B") \n\ >+Shift <Key>Right: string(0x1b) string("[2C") \n\ >+Shift <Key>Left: string(0x1b) string("[2D") \n\ >+Alt <Key>Up: string(0x1b) string("[3A") \n\ >+Alt <Key>Down: string(0x1b) string("[3B") \n\ >+Alt <Key>Right: string(0x1b) string("[3C") \n\ >+Alt <Key>Left: string(0x1b) string("[3D") \n\ >+Ctrl <Key>Up: string(0x1b) string("[5A") \n\ >+Ctrl <Key>Down: string(0x1b) string("[5B") \n\ >+Ctrl <Key>Right: string(0x1b) string("[5C") \n\ >+Ctrl <Key>Left: string(0x1b) string("[5D") \n\ >+Shift <Key>KP_Up: string(0x1b) string("[2A") \n\ >+Shift <Key>KP_Down: string(0x1b) string("[2B") \n\ >+Shift <Key>KP_Right: string(0x1b) string("[2C") \n\ >+Shift <Key>KP_Left: string(0x1b) string("[2D") \n\ >+Alt <Key>KP_Up: string(0x1b) string("[3A") \n\ >+Alt <Key>KP_Down: string(0x1b) string("[3B") \n\ >+Alt <Key>KP_Right: string(0x1b) string("[3C") \n\ >+Alt <Key>KP_Left: string(0x1b) string("[3D") \n\ >+Ctrl <Key>KP_Up: string(0x1b) string("[5A") \n\ >+Ctrl <Key>KP_Down: string(0x1b) string("[5B") \n\ >+Ctrl <Key>KP_Right: string(0x1b) string("[5C") \n\ >+Ctrl <Key>KP_Left: string(0x1b) string("[5D") \n\ >+Alt <Key>F1: string(0x1b) string("O3P") \n\ >+Alt <Key>F2: string(0x1b) string("O3Q") \n\ >+Alt <Key>F3: string(0x1b) string("O3R") \n\ >+Alt <Key>F4: string(0x1b) string("O3S") \n\ >+Alt <Key>F5: string(0x1b) string("[15;3~") \n\ >+Alt <Key>F6: string(0x1b) string("[17;3~") \n\ >+Alt <Key>F7: string(0x1b) string("[18;3~") \n\ >+Alt <Key>F8: string(0x1b) string("[19;3~") \n\ >+Alt <Key>F9: string(0x1b) string("[20;3~") \n\ >+Alt <Key>F10: string(0x1b) string("[21;3~") \n\ >+Alt <Key>F11: string(0x1b) string("[23;3~") \n\ >+Alt <Key>F12: string(0x1b) string("[24;3~") \n\ > Alt Shift <Btn4Down>: string(0x1b) string("[5~") \n\ > Alt Shift <Btn5Down>: string(0x1b) string("[6~") \n\ > Alt Ctrl <Btn4Down>: string(0x1b) string("OA") \n\
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 100695
: 93107