From: "Yakov Lerner" <[EMAIL PROTECTED]>
Subject: Re: Help needed for colorschemes
Date: Sat, 22 Apr 2006 03:27:44 +0300
> On 4/22/06, Meino Christian Cramer <[EMAIL PROTECTED]> wrote:
> > 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.
>
> Do you have serious reasons to use mrxvt over urxvt or xterm ?
> Does mrxvt have advantages for you over urxvt or xterm ?
>
> Yakov
>
Hi Yakov,
hmmm...
mrxvt was maintained at the time I choose it and rxvt was not. xterm
was a little too bulky at that time. mrxvt supports tabs without the
need to load half of my hd into mem and then start a dozen other
processes like konsole (KDE). (ok...I exaggerate a little ;)
For the same reason I use IceWM instead of GNOME/KDE.
And now I am used to use it...
But I am open to switch to another one, if it supports the features I
like to have (mainly multiple tabbed instances...).
Any suggestions, Yakov ? :O)
I am always open for trying something different. I switched from
Emacs to Vim a week ago just to learn instead of wasting my time in
little "Editor Wars -- Emacs striks back" Episode
XIIVVMX.... ;O))))))
Have a nice weekend !
mcc