From: "Yakov Lerner" <[EMAIL PROTECTED]>
Subject: Re: Help needed for colorschemes
Date: Fri, 21 Apr 2006 21:50:29 +0300

> On 4/21/06, Meino Christian Cramer <[EMAIL PROTECTED]> wrote:
> >
> >  I have hacked this colorscheme to set a black background itsself
> >  (Thanks Gary!).
> >
> >  But....now the Cursor disappears, since it is already black itsself.
> >
> >  I treid to find a working instruction from a colorscheme which
> >  switches the Cursor color to something different, but there seems
> >  to be needed a little more magic to do the trick.
> >
> >  What is this Cursor Magic?
> 
> The Cursor Magic that works best for me is Blinking Cursor.
> Read here how to set it up:
> 
>      :he xterm-blinking-cursor
> 
> Yakov
> 

Hi Yakov,

 Thanks a lot for your reply ! :O)

 Unfortunately it seems, that there is a problem with this in
 combination with mrxvt...

 When I only set this and activate the patched colorscheme, I get a
 "automatic help" ;), that there is either the way to patch xterm
 (which I dont use) or to insert the following code:

       :if has("terminfo")
       :  set t_Co=8
       :  set t_Sf=<Esc>[&v%p1%dS
       :  set t_Sb=<Esc>[&v7S
       :else
       :  set t_Co=8
       :  set t_Sf=<Esc>[&v%dS
       :  set t_Sb=<Esc>[&v7S
       :endif

 Which exactly does nothing :) with my mrxvt.

 Lost ?

 keep hacking!
 mcc

Reply via email to