> It works > at least in xterm & rxvt but unfortunately does not work in > gnome-terminal, Kconsole and xfce4-terminal). To do this, > just add the following lines in your ~/.vimrc: > > if &term =~ "xterm\\|rxvt" > :silent !echo -ne "\033]12;red\007" > let &t_SI = "\033]12;orange\007" > let &t_EI = "\033]12;red\007" > autocmd VimLeave * :!echo -ne "\033]12;red\007" > endif
I've also verified that this works with Eterm, which isn't quite as integrated as gnome-terminal it's way more visually customizable than xterm. Can anyone tell me what the code means? Besides the colors of course. --Whaledawg --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
