Bug 58031
| Summary: | xterm app-defaults breaks Home/End in terminfo apps | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Joe Burpee <jeb> |
| Component: | XFree86 | Assignee: | Mike A. Harris <mharris> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.2 | CC: | raldi |
| 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: | 2002-01-23 19:19:41 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
Joe Burpee
2002-01-06 16:14:53 UTC
Patch which seems to fix the problem:
--- /tmp/XTerm Tue Jan 8 10:13:15 2002
+++ /usr/lib/X11/app-defaults/XTerm Tue Jan 8 10:15:52 2002
@@ -172,12 +172,9 @@
Ctrl <Btn4Down>: scroll-back(1,line) \n\
Ctrl <Btn5Down>: scroll-forw(1,line) \n\
<Btn4Down>: scroll-back(5,line) \n\
- <Btn5Down>: scroll-forw(5,line)
-
-! Add word-left, word-right user suggested enhancement from bugzilla 48783
-*VT100*translations: #override \n\
-Meta<Key>Right: string(0x1b) string(0x1b) string("[C") \n\
-Meta<Key>Left: string(0x1b) string(0x1b) string("[D") \n
+ <Btn5Down>: scroll-forw(5,line) \n\
+Meta <Key>Right: string(0x1b) string(0x1b) string("[C") \n\
+Meta <Key>Left: string(0x1b) string(0x1b) string("[D")
! Provide plenty of scrollback
*VT100*saveLines: 2500
Yes thank you. I guess that would do it, at least for those who happen to favour alternative #2. However, as I think you'll appreciate, it doesn't do anything to fix the real problem. (BTW, given what happens to patches when bugzilla forwards via e-mail, it may be better just to post them as attachments. It could also simplify things a bit for those working in console mode -- which may not matter much in this case, since the patch is X-related.) *** Bug 58713 has been marked as a duplicate of this bug. *** this is now fixed in Rawhide X 4.2.0-2.4 |