Re: [dev] [st] 0.2.1 is out

2012-02-16 Thread Aurélien Aptel
On Thu, Feb 16, 2012 at 7:18 PM, Andrew Hills wrote: > Thanks. It looks like the SHELL macro is still in config.h and still > doesn't do anything. Should it replace "sh" on line 712 of st.c? Yep, forgot about that.

Re: [dev] [st] 0.2.1 is out

2012-02-16 Thread Andrew Hills
Thanks. It looks like the SHELL macro is still in config.h and still doesn't do anything. Should it replace "sh" on line 712 of st.c? --Andrew Hills On Thu, Feb 16, 2012 at 12:51 PM, Aurélien Aptel wrote: > On Thu, Feb 16, 2012 at 4:11 PM, Andrew Hills wrote: >> Will this be released/availabl

Re: [dev] [st] 0.2.1 is out

2012-02-16 Thread Aurélien Aptel
On Thu, Feb 16, 2012 at 4:11 PM, Andrew Hills wrote: > Will this be released/available at http://dl.suckless.org/st/? I don't > have Mercurial access at work. You don't need mercurial to get a tarball from the repo. http://hg.suckless.org/st/archive/.tar.gz http://hg.suckless.org/st/archive/0.2.

Re: [dev] [st] 0.2.1 is out

2012-02-16 Thread Andrew Hills
Will this be released/available at http://dl.suckless.org/st/? I don't have Mercurial access at work. --Andrew Hills

Re: [dev] [st] 0.2.1 is out

2012-02-15 Thread Martin Kopta
On 02/16/2012 01:19 AM, Aurélien Aptel wrote: Hi all, I've pushed a few local changes and decided to bump the version a bit. * support for dim/bright colors Great! Now htop does work out of the box. Thank you. * unfocused cursor is now visible with a different color Looks good. I like it.

[dev] [st] 0.2.1 is out

2012-02-15 Thread Aurélien Aptel
Hi all, I've pushed a few local changes and decided to bump the version a bit. * support for dim/bright colors * unfocused cursor is now visible with a different color * using index >16 for default colors now works properly * various code cleanup, rewrite, indented and named enum definitions. * V