* 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.

c
-- 
Vim plugin to paste current GNU Screen buffer in (almost) any mode:
<http://www.vim.org/scripts/script.php?script_id=1512>


_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to