[dev] [PATCH] support llvm-ar

2015-02-02 Thread Eon S. Jeon
llvm-ar doesn't understand flags prefixed with dashes. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d6df4d6..81cb71e 100644 --- a/Makefile +++ b/Makefile @@ -156,11 +156,11 @@ $(OBJ): $(HDR) config.mk $(CC) $(CFLAGS) $(CPPFL

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-02 Thread David Phillips
Images [1] and [2] are food for thought. Excuse my ugly sans serif fonts. A thin line has been inserted between the suckless logo and the page title in both images. In [2], the subtitle has been floated on the right to avoid cluttering the left hand side of the header. Like I said, just more food

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-02 Thread David Phillips
Scratch that last part of my previous message, I hadn't seen your linked SVG in the thread. Thanks -- Four word witty remark

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-02 Thread David Phillips
I'm not sure how you're reading ssuckless. The separation between the stylised 's' and 'suckless' is 400% of that of the letter spacing in 'suckless'. Coupled with the vast difference in font, the contrast created should be significant to separate the first 's' from the word 'suckless'. I understan

Re: [dev] [sselp] [patch] Offset increment

2015-02-02 Thread Anselm R Garbe
On 19 January 2015 at 14:09, Virgile Andreani wrote: > Using sselp on a string longer than BUFSIZ currently leads to a > crash. The reason is that on line 38 of `sselp.c`, `off` should > not be incremented by the length of a chunk but by `len/4`. > Indeed, incrementing `off` by 1 skips four chara

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-02 Thread Nick
Hi FRIGN, All looks lovely to me, good job. I agree with everything you've done :) > It's a matter of impression, but I don't read "ssuckless.org" > or similar, but this point is not set in stone. Me neither, the margins look fine to me. Nick

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-02 Thread Wander Nauta
Hey FRIGN, Works a charm, thanks a lot! Cheers, Wander On Mon, Feb 2, 2015 at 3:25 PM, FRIGN wrote: > On Mon, 2 Feb 2015 15:08:29 +0100 > Wander Nauta wrote: > > Hey Wander, > >> It looks great! One very minor gripe: clicking the logo does not do >> anything, which means I spent a few precious

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-02 Thread FRIGN
On Mon, 2 Feb 2015 15:08:29 +0100 Wander Nauta wrote: Hey Wander, > It looks great! One very minor gripe: clicking the logo does not do > anything, which means I spent a few precious milliseconds trying to > click something that does not want to be clicked. Maybe the logo can > become a link to

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-02 Thread Wander Nauta
Hello, It looks great! One very minor gripe: clicking the logo does not do anything, which means I spent a few precious milliseconds trying to click something that does not want to be clicked. Maybe the logo can become a link to the homepage, like the suckless.org header text is. Cheers, Wander

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-02 Thread FRIGN
Hello fellow hackers, thanks for the great feedback on my proposal! Check out the result at suckless.org. I worked on the template today and included your thoughts into the points I gave yesterday: > 0) Adding the logo[0] Hand-written SVG, 302 Bytes. Markus Teich proposed to design it in the st

Re: [dev] [st] delele behaves as backspace... again

2015-02-02 Thread Martti Kühne
On Tue, Nov 4, 2014 at 7:24 PM, wrote: > If you are interested, > >> - Modify the keys generated by st. This option is not dificult, >> because you >> only have to modify the values in your config.h (I think I should put >> this >> option in the FAQ to). > > If you are interes