Re: [hackers] [PATCH] yellow italics everywhere is for colorblind people

2016-01-05 Thread FRIGN
On Tue, 5 Jan 2016 17:44:12 +0800
Pickfire  wrote:

> I doesn't know there is an ml etiquette, I will add it to the wiki.
> It isn't mentioned.

Not everything is written in the wiki man, and it's not the first time
you sent in a patch.
You know how patch-mails are formatted, so that's how you can deduce a
ml-etiquette easily.

But feel free to send in a patch, so the newcomers know what it's about.

Cheers

FRIGN

-- 
FRIGN 



Re: [hackers] [PATCH] yellow italics everywhere is for colorblind people

2016-01-05 Thread Pickfire

Hi, I use `git send-email`, it won't be mentioned by default.

It is for st. As you can see in the patch.

--
_
< Do what you like, like what you do. >
-
   \   ^__^
\  (oo)\___
   (__)\   )\/\
   ||w |
   || ||



Re: [hackers] [PATCH] yellow italics everywhere is for colorblind people

2016-01-05 Thread Pickfire

On Tue, Jan 05, 2016 at 10:42:52AM +0100, FRIGN wrote:

On Tue, 5 Jan 2016 17:38:16 +0800
Pickfire  wrote:


Hi, I use `git send-email`, it won't be mentioned by default.
It is for st. As you can see in the patch.


I don't care what you use. Just stay with the ml etiquette and
mention the project name in the title of your bloody mail.


I doesn't know there is an ml etiquette, I will add it to the wiki.
It isn't mentioned.

--
_
< Do what you like, like what you do. >
-
   \   ^__^
\  (oo)\___
   (__)\   )\/\
   ||w |
   || ||



Re: [hackers] [PATCH] yellow italics everywhere is for colorblind people

2016-01-05 Thread Dimitris Papastamos
On Tue, Jan 05, 2016 at 05:38:16PM +0800, Pickfire wrote:
> Hi, I use `git send-email`, it won't be mentioned by default.

See the git-send-email manpage.  There is a way to modify the
subject.



Re: [hackers] [PATCH] yellow italics everywhere is for colorblind people

2016-01-05 Thread Roberto E. Vargas Caballero
On Tue, Jan 05, 2016 at 05:44:12PM +0800, Pickfire wrote:
> On Tue, Jan 05, 2016 at 10:42:52AM +0100, FRIGN wrote:
> >>Hi, I use `git send-email`, it won't be mentioned by default.
> >>It is for st. As you can see in the patch.
> >

You can use git send-email --subject-prefix='st][PATCH'




Re: [hackers] [PATCH] yellow italics everywhere is for colorblind people

2016-01-05 Thread Dimitris Papastamos
You didn't mention what project this should apply to.



Re: [hackers] [PATCH] yellow italics everywhere is for colorblind people

2016-01-05 Thread FRIGN
On Tue, 5 Jan 2016 17:38:16 +0800
Pickfire  wrote:

> Hi, I use `git send-email`, it won't be mentioned by default.
> It is for st. As you can see in the patch.

I don't care what you use. Just stay with the ml etiquette and
mention the project name in the title of your bloody mail.

-- 
FRIGN 



Re: [hackers] [PATCH] yellow italics everywhere is for colorblind people

2016-01-05 Thread Pickfire


On Tue, Jan 05, 2016 at 10:49:36AM +0100, Roberto E. Vargas Caballero wrote:

On Tue, Jan 05, 2016 at 05:44:12PM +0800, Pickfire wrote:

On Tue, Jan 05, 2016 at 10:42:52AM +0100, FRIGN wrote:
>>Hi, I use `git send-email`, it won't be mentioned by default.
>>It is for st. As you can see in the patch.
>


You can use git send-email --subject-prefix='st][PATCH'


Thanks a lot.

--
_
< Do what you like, like what you do. >
-
   \   ^__^
\  (oo)\___
   (__)\   )\/\
   ||w |
   || ||



Re: [hackers] [PATCH] yellow italics everywhere is for colorblind people

2016-01-05 Thread Christoph Lohmann
Greetings.

On Tue, 05 Jan 2016 14:09:04 +0100 Ivan Tham  wrote:
> Thanks to voidead: god of destroying faggot asscunts

What’s the rationale of this patch? He complained without any manners on
IRC that st is completely buggy and it’s showing  in  his  misconfigured
system italics as yellow.

I won’t apply the patch with such a commit message.


Sincerely,

Christoph Lohmann

 http://r-36.net
 gopher://r-36.net
☺ http://r-36.net/about
 1C3B 7E6F 9805 E5C8 C0BD  1F7F EA21 7AAC 09A9 CB55
 http://r-36.net/about/20h.asc
 2...@r-36.net




Re: [hackers] [PATCH] yellow italics everywhere is for colorblind people

2016-01-05 Thread Pickfire

I am sorry for that, I had removed that malicious word in another patch.

--
_
< Do what you like, like what you do. >
-
   \   ^__^
\  (oo)\___
   (__)\   )\/\
   ||w |
   || ||



[hackers] [PATCH] yellow italics everywhere is for colorblind people

2016-01-04 Thread Ivan Tham
Thanks to voidead: god of destroying faggot asscunts
---
 config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h
index fd09d72..1024766 100644
--- a/config.def.h
+++ b/config.def.h
@@ -127,7 +127,7 @@ static unsigned int mousebg = 0;
  * will reverse too. Another logic would only make the simple feature too
  * complex.
  */
-static unsigned int defaultitalic = 11;
+static unsigned int defaultitalic = 15;
 static unsigned int defaultunderline = 7;
 
 /*
-- 
2.6.4