exchange service | 10 Apr 21:54
Picon

Terminal color scheme

Greet.
How about change default color scheme on something more beauty ?

Here my little patch with nice color solution.

GL.

Attachment (PrefHandler.cpp): application/octet-stream, 8 KiB
Matt Madia | 11 Apr 01:00
Picon
Gravatar

Re: Terminal color scheme

On Fri, Apr 10, 2009 at 3:54 PM, exchange service
<service.exchange@...> wrote:
> Greet.
> How about change default color scheme on something more beauty ?
>
> Here my little patch with nice color solution.
>
> GL.
>

Please do not include attachments in mailing lists.  In this case,
it's better to submit patches to our bug tracker
http://dev.haiku-os.org   If a ticket does not exist, you can create a
new ticket of type enhancement.

There's a few reasons for this, but primarily mailing lists do not
archive attachments.

Thanks
mmadia

Fredrik Ekdahl | 11 Apr 09:01
Picon

Re: Terminal color scheme

Matt Madia skrev:
> On Fri, Apr 10, 2009 at 3:54 PM, exchange service
> <service.exchange@...> wrote:
>> Greet.
>> How about change default color scheme on something more beauty ?
>>
>> Here my little patch with nice color solution.
>>
>> GL.
>>
> 
> Please do not include attachments in mailing lists.  In this case,
> it's better to submit patches to our bug tracker
> http://dev.haiku-os.org   If a ticket does not exist, you can create a
> new ticket of type enhancement.
> 
> There's a few reasons for this, but primarily mailing lists do not
> archive attachments.

It's also easier to spot what has changed if a diff is provided instead 
of a copy of the modyfied files.

--

-- 
/Fredrik Ekdahl

HaikuBot | 11 Apr 13:50
Picon

Re: Terminal color scheme

sorry for stupid question, but how make diff ?

Just include output of "diff file1 file2" ?

2009/4/11 Fredrik Ekdahl <fekdahl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Matt Madia skrev:

On Fri, Apr 10, 2009 at 3:54 PM, exchange service
<service.exchange-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Greet.
How about change default color scheme on something more beauty ?

Here my little patch with nice color solution.

GL.


Please do not include attachments in mailing lists.  In this case,
it's better to submit patches to our bug tracker
http://dev.haiku-os.org   If a ticket does not exist, you can create a
new ticket of type enhancement.

There's a few reasons for this, but primarily mailing lists do not
archive attachments.

It's also easier to spot what has changed if a diff is provided instead of a copy of the modyfied files.

--
/Fredrik Ekdahl


Matt Madia | 11 Apr 14:00
Picon
Gravatar

Re: Terminal color scheme

On Sat, Apr 11, 2009 at 7:50 AM, HaikuBot
<service.exchange@...> wrote:
> sorry for stupid question, but how make diff ?
>
> Just include output of "diff file1 file2" ?
>

first please don't top-post.
"Top Posting" refers to replying to an email and putting your message
at before the quoted text.

now for making a diff,
if you're working on files inside an svn repository,  then it's fairly simple.
cd /toTheHaikuSource/haiku
svn diff > ~/my.patch

This will put create a patch and place in it your home folder.
"my.patch" should be a more descriptive name.

It's preferred to run diff from the root directory of Haiku's source
tree -- the directory that contains : [3rdparty, build, data, docs,
heades, src, configure, Jamfile, Jamrules, makehaikufloppy, ReadMe,
ReadMe.cross-compile]

--mmadia

HaikuBot | 11 Apr 14:32
Picon

Re: Terminal color scheme

first please don't top-post.

Sorry for that.

now for making a diff,
if you're working on files inside an svn repository,  then it's fairly simple.
cd /toTheHaikuSource/haiku
svn diff > ~/my.patch

Thanks.

GL.

Gmane