Bug 79099
| Summary: | screen display problems | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Aric Blumer <aric.blumer> | ||||||
| Component: | screen | Assignee: | Lon Hohberger <lhh> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Brock Organ <borgan> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 8.0 | ||||||||
| 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-12-05 18:00:12 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
Aric Blumer
2002-12-05 17:46:49 UTC
Created attachment 87566 [details]
Garbled screen (ignore ???--that's not the problem)
Created attachment 87567 [details]
What it looks like with RH7.3's screen
I slightly goofed with the first attachment. The ??? may be another manifestation of the problem. Screen, as shipped with RHL8.0 does not support UTF-8 character encodings, which is the default. Put this in your .bashrc for now: alias ntsysv 'LANG=`echo $LANG | sed -e s/\.UTF-8//g` /usr/sbin/ntsysv' or alias ntsysv 'LANG=C /usr/sbin/ntsysv' Please see bug #78392; I will keep that one more up to date. *** This bug has been marked as a duplicate of 78392 *** |