On Tue, Jun 10, 2008 at 3:17 AM, Can-Hua Chen <[EMAIL PROTECTED]> 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


_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to