screen-users
[Top][All Lists]
Advanced

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

Re: Colour remnants from previous program


From: cga2000
Subject: Re: Colour remnants from previous program
Date: Fri, 04 May 2007 21:37:01 -0400
User-agent: Mutt/1.5.6+20040907i

On Fri, May 04, 2007 at 02:11:35AM EDT, Christian Ebert wrote:
> * cga2000 on Thursday, May 03, 2007 at 20:42:55 -0400:
> > Also, at least in my environment, CRTL-L usually redraws the screen and
> > usually takes care of removing whatever garbage I have on the display.
> 
> Hm, not necessarily of the color garbage. I have to do the
> following in my vimrc, which might be related to the OP's issue:
> 
> " workaround for dark color on light Screen term
> if &term =~ '^screen'
>   autocmd VimLeave * if &background == "dark"|
>         \ exe "sil !printf \e[0m\e[0m" |
>         \ endif
> endif
> 
> Otherwise, once I exit vim with dark background to Screen with
> light bg, all characters stay in a dark "box" on light bg.

Can you actually see the artifacts on his screenshot?

Thanks
cga





reply via email to

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