Bug 676305
Summary: | Using tcsh, xterm ignores 14 keypresses after umlauf | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Ashish Shah <ashishks> | ||||
Component: | tcsh617 | Assignee: | Vojtech Vitek <vvitek> | ||||
Status: | CLOSED ERRATA | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 5.6 | CC: | bnater, hripps, msvoboda, ovasik, rvokal | ||||
Target Milestone: | rc | Keywords: | Patch | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
Previously, when the "LANG" environment variable was set to "C", tcsh could ignore several characters that were following a wide (greater than 8 bits) character while receiving user's input. This package fixes the issue and tcsh no longer ignores any characters.
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-07-21 08:48:48 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
Ashish Shah
2011-02-09 12:48:29 UTC
Character typed after ö is printed 6 times. e.g. when "öa" is typed, "aaaaaa" is printed. The upstream patch for this issue (accepted in tcsh-6.15.00) fixes the reported issue - silently "eat" 14 characters after typing a wide characters while using LANG=C. But the QA team found out during the usage testing, that the fix reveals another weird behaviour - after some wide characters, the shell now prints few more characters than expected. See bug 717282 for the related printing issue (mentioned in comment 5), that is actually caused by wrong printing of wide and single-byte ASCII character sequences. Bugfix was verified on tcsh617-6.17-5.el5 package. Umlaut character doesn't cause ignoring following 14 key strokes now, but prints following character 6 times (see comment 5). This will be solved in separated bug 717282. Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Previously, when the "LANG" environment variable was set to "C", tcsh could ignore several characters that were following a wide (greater than 8 bits) character while receiving user's input. This package fixes the issue and tcsh no longer ignores any characters. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-1072.html An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-1072.html |