Re: [hackers] [st] [PATCH] Make missing attribute fallback color optional

2016-12-15 Thread Eric Pruitt
On Fri, Dec 16, 2016 at 12:10:10AM +0100, Martin Kühne wrote: > Wasn't there a patch about this at some point? > When you use $repos, you tend to get older stuff. I said nothing about using a precompiled st. If I did, I would submit this to my repository maintainers, not this list. Eric

Re: [hackers] [st] [PATCH] Make missing attribute fallback color optional

2016-12-15 Thread Martin Kühne
Wasn't there a patch about this at some point? When you use $repos, you tend to get older stuff. cheers! mar77i

[hackers] [st] [PATCH] Make missing attribute fallback color optional

2016-12-15 Thread Eric Pruitt
I wasted an hour trying to figure out why st on different hosts using the exact same terminfo configuration and statically compiled tmux was displaying some text in yellow. The hosts where this produced yellow text were using an Ubuntu-based Linux distro while the hosts where st continued to work

[hackers] [scc] [cc1] Use NS_DUMMY instead of 0 || Roberto E. Vargas Caballero

2016-12-15 Thread git
commit 24f5b053a44666a9fa66c8ed71cedb797b621b3d Author: Roberto E. Vargas Caballero AuthorDate: Wed Dec 14 14:58:42 2016 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Thu Dec 15 13:38:40 2016 +0100 [cc1] Use NS_DUMMY instead of 0

[hackers] [scc] [cc1] Create deftype() || Roberto E. Vargas Caballero

2016-12-15 Thread git
commit c73e0b8d57ea9f47ac5de40e54eb32aacdca28f6 Author: Roberto E. Vargas Caballero AuthorDate: Wed Dec 14 13:41:37 2016 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Thu Dec 15 13:38:40 2016 +0100 [cc1] Create deftype() This

[hackers] [scc] [cc1] Add symbolic constants for dodcl() || Roberto E. Vargas Caballero

2016-12-15 Thread git
commit 9c48f641a47824a9759e93675d4e2e3c60786758 Author: Roberto E. Vargas Caballero AuthorDate: Wed Dec 14 14:56:44 2016 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Thu Dec 15 13:38:40 2016 +0100 [cc1] Add symbolic constants for dodcl()

[hackers] [scc] [cc1] Do not create types in CPPMODE || Roberto E. Vargas Caballero

2016-12-15 Thread git
commit 131f1d80c5f93ba7704f3bacdc353636663a645e Author: Roberto E. Vargas Caballero AuthorDate: Wed Dec 14 14:13:11 2016 +0100 Commit: Roberto E. Vargas Caballero CommitDate: Thu Dec 15 13:38:40 2016 +0100 [cc1] Do not create types in CPPMODE

Re: [hackers] [sbase] [PATCH 5/5] mkdir: Fix created directory permissions

2016-12-15 Thread Silvan Jegen
Hi On Thu, Dec 15, 2016 at 4:40 AM, Michael Forney wrote: > Previously, with -p, the specified directory and all of its parents > would be 0777&~filemask (regardless of the -m flag). POSIX says parent > directories must created as (0300|~filemask)&0777, and of course if -m >