Mailing List Archive

/etc/issue.logo + how to get it coloured
Guys,

I just found /etc/issue.logo when I was using /etc/issue.

I like the colour.

How do I get this ^[ to turn blue in Vim?
(I believe it's a command/key sequence)

Copying from issue.logo and pasting to issue doesn't do it justice

--
Ow Mun Heng
Fedora GNU/Linux Core 2 on D600 1.4Ghz CPU kernel
2.6.7-2.jul1-interactive
Neuromancer 16:22:08 up 7:20, 9 users, load average: 0.90, 1.15, 1.12

--
gentoo-user@gentoo.org mailing list
Re: /etc/issue.logo + how to get it coloured [ In reply to ]
* Ow Mun Heng (2004-10-18 10:23 +0200)
> I just found /etc/issue.logo when I was using /etc/issue.
>
> I like the colour.
>
> How do I get this ^[ to turn blue in Vim?
> (I believe it's a command/key sequence)

This is a vim question unrelated to Gentoo.

> Copying from issue.logo and pasting to issue doesn't do it justice

There is no justice: cat /etc/issue.logo >> /etc/issue


--
gentoo-user@gentoo.org mailing list
Re: Re: /etc/issue.logo + how to get it coloured [ In reply to ]
The file /etc/issue.logo contains special color codes for bash. You
should check a bash manual about color codes...
It's a while backslash thingy....

--
gentoo-user@gentoo.org mailing list
Re: /etc/issue.logo + how to get it coloured [ In reply to ]
On 18 Oct 2004, at 01:23, Ow Mun Heng wrote:
> Guys,
>
> I just found /etc/issue.logo when I was using /etc/issue.
>
> I like the colour.
>
> How do I get this ^[ to turn blue in Vim?
> (I believe it's a command/key sequence)

C-V C-[ [ 3 0 ; 4 1 m

(in this case, you get red on black)

3x: foreground color
4x: background color
0 - black 1 - red
2 - green 3 - yellow
4 - blue 5 - magenta
6 - cyan 7 - white
Re: /etc/issue.logo + how to get it coloured [ In reply to ]
On Thu, 2004-10-21 at 02:11, Andrew Farmer wrote:
> On 18 Oct 2004, at 01:23, Ow Mun Heng wrote:
> > Guys,
> >
> > I just found /etc/issue.logo when I was using /etc/issue.
> >
> > I like the colour.
> >
> > How do I get this ^[ to turn blue in Vim?
> > (I believe it's a command/key sequence)
>
> C-V C-[ [ 3 0 ; 4 1 m

Hmm.. I realise that I do not know how to get the command sequence "C-V
C-["

Even after googling, I can't find anything that has that..

Help..


--
gentoo-user@gentoo.org mailing list
Re: /etc/issue.logo + how to get it coloured [ In reply to ]
On 22 Oct 2004, at 06:04, Ow Mun Heng wrote:
> On Thu, 2004-10-21 at 02:11, Andrew Farmer wrote:
>> On 18 Oct 2004, at 01:23, Ow Mun Heng wrote:
>>> Guys,
>>>
>>> I just found /etc/issue.logo when I was using /etc/issue.
>>>
>>> I like the colour.
>>>
>>> How do I get this ^[ to turn blue in Vim?
>>> (I believe it's a command/key sequence)
>>
>> C-V C-[ [ 3 0 ; 4 1 m
>
> Hmm.. I realise that I do not know how to get the command sequence "C-V
> C-["
>
> Even after googling, I can't find anything that has that..

Shorthand for Control-V and Control-[
Re: /etc/issue.logo + how to get it coloured [SOLVED] [ In reply to ]
On Sat, 2004-10-23 at 02:47, Andrew Farmer wrote:
> On 22 Oct 2004, at 06:04, Ow Mun Heng wrote:
> > On Thu, 2004-10-21 at 02:11, Andrew Farmer wrote:
> >> On 18 Oct 2004, at 01:23, Ow Mun Heng wrote:
> >>> Guys,
> >>>
> >>> I just found /etc/issue.logo when I was using /etc/issue.
> >>>
> >>> I like the colour.
> >>>
> >>> How do I get this ^[ to turn blue in Vim?
> >>> (I believe it's a command/key sequence)
> >>
> >> C-V C-[ [ 3 0 ; 4 1 m
> >
> > Hmm.. I realise that I do not know how to get the command sequence "C-V
> > C-["
> >
> > Even after googling, I can't find anything that has that..
>
> Shorthand for Control-V and Control-[

Must be problem between keyboard and chair. It works the 2nd time
around.

/smiling sheepishly

--
gentoo-user@gentoo.org mailing list