[dev] [st] minor fix

2013-05-06 Thread Johannes Hofmann
Hi, there is a small glitch in the error handling of the select() call in st.c. See patch below. Regards, Johannes diff --git a/st.c b/st.c index 5251e70..689de26 100644 --- a/st.c +++ b/st.c @@ -3481,7 +3481,7 @@ run(void) { FD_SET(cmdfd, &rfd); FD_SET(xfd, &rfd)

[dev] [surf] Setting up ssl correctly in debian

2013-05-06 Thread Nick
So I recently installed Debian Wheezy. I'm using the default surf configuration, but when I visit https://www.google.com I get a "U" for untrusted rather than the expected "T". Trying with chromium confirms that it should be recognised as secure. Other websites show the same (untrusted rather

Re: [dev] [st][patch] not roll our own utf functions

2013-05-06 Thread Mihail Zenkov
2013/5/5, Nick : > Quoth Christoph Lohmann: >> On Sun, 05 May 2013 16:49:06 +0200 Strake >> wrote: >> > From c40205fe15f0da048128f8735fd2140605de5e9e Mon Sep 17 00:00:00 2001 >> > From: Strake >> > Date: Sun, 5 May 2013 09:35:58 -0500 >> > Subject: [PATCH] not roll our own utf functions >> >> Rej

Re: [dev] [st] minor fix

2013-05-06 Thread Strake
On 06/05/2013, Johannes Hofmann wrote: > Hi, > > there is a small glitch in the error handling of the select() call > in st.c. See patch below. > > Regards, > Johannes > > diff --git a/st.c b/st.c > index 5251e70..689de26 100644 > --- a/st.c > +++ b/st.c > @@ -3481,7 +3481,7 @@ run(void) { >

[dev] packaging stuff

2013-05-06 Thread Maximilian Dietrich
Greetings fellow comrades, I would like to propose: 1. A tarball for xssstate. This would make packaging/porting it for distributions easier and seems cleaner in general. 2. A new release of tabbed. I don't know if there are any big changes planned for tabbed 0.5, but as there is no TODO file in t

Re: [dev] [st] minor fix

2013-05-06 Thread Christoph Lohmann
Greetings. On Mon, 06 May 2013 19:48:37 +0200 Strake wrote: > On 06/05/2013, Johannes Hofmann wrote: > > - switch(select(MAX(xfd, cmdfd)+1, &rfd, NULL, NULL, tv) < 0) { > > + switch(select(MAX(xfd, cmdfd)+1, &rfd, NULL, NULL, tv)) { > > case -1: > >

[dev] [xssstate] 1.0 release

2013-05-06 Thread Christoph Lohmann
Greetings comrades, I am glad to announce xssstate 1.0. Well, it was released too, but now with official tarball. http://tools.suckless.org/xssstate Sincerely, Christoph Lohmann

[dev] [tabbed] 0.5 release

2013-05-06 Thread Christoph Lohmann
Greetings comrades, here's the 0.5 release of tabbed. Features: * -n flag for WM_CLASS * title handling now works for umlauts too * -r flag to specify the position in the commandline where to place the window id * last selection of a tab has been reworked to be more correct * avoid flashing of

Re: [dev] packaging stuff

2013-05-06 Thread Christoph Lohmann
Greetings comrade, On Mon, 06 May 2013 20:36:21 +0200 Maximilian Dietrich wrote: > Greetings fellow comrades, > I would like to propose: the committee for the development of humand mankind and the eradiction of athlete’s foot has granted your wishes. Sincerely, Christoph Lohmann