screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem: GNU Screen within gnome-terminal


From: Andy Harrison
Subject: Re: problem: GNU Screen within gnome-terminal
Date: Tue, 10 Jun 2008 22:42:52 -0400

On Tue, Jun 10, 2008 at 3:17 AM, Can-Hua Chen <address@hidden> wrote:
> Today I find that my problem is probably  related
> to the LC_CTYPE that I set as zh_CN.UTF-8.
> When I set it as "C", the aptitude and mutt doesn't
> show messed or corupted display any more.
>
> Now I am still wondering how to have GNU Screen
> work well with mutt and aptitude or any program
> using termcap/info under LC_CTPE=zh_CN.UTF-8.
>
> Hope someone could help me. Thank you.

The vast majority of my problems with screen and termcap issues went
away when I finally put this into my .tcshrc file...


 if ($term == "screen") then
    unsetenv TERMCAP
 endif

Reproduce that in your preferred shell and see if that helps.

-- 
Andy Harrison
public key: 0x67518262




reply via email to

[Prev in Thread] Current Thread [Next in Thread]