Re: [dev] Re: [st] 0.2.1 is out

2012-02-16 Thread Peter Hartman
On Wed, Feb 15, 2012 at 7:43 PM, Aurélien Aptel
aurelien.ap...@gmail.com wrote:
 On Thu, Feb 16, 2012 at 1:19 AM, Aurélien Aptel
 aurelien.ap...@gmail.com wrote:
 * 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.
 * VERSION updated in config.mk (I usually fuck this up everytime :p)

 I've also changed some things in config.def.h, you'll have to update
 your config.h accordingly (or overwrite it with $ make -B)


So I take it the xft stuff didn't make it.  In addition to fixing some
problems, I also liked it because I could do st -f (rather than
compiling a million little st's, st-terminus-12, st-terminus-14, etc.)

-p
-- 
sic dicit magister P
University of Toronto / Fordham University
http://individual.utoronto.ca/peterjh
gpg 1024D/ED6EF59B (7D1A 522F D08E 30F6 FA42 B269 B860 352B ED6E F59B)
gpg --keyserver pgp.mit.edu --recv-keys ED6EF59B



Re: [dev] Re: [st] 0.2.1 is out

2012-02-16 Thread Aurélien Aptel
On Thu, Feb 16, 2012 at 12:22 PM, Peter Hartman
peterjohnhart...@gmail.com wrote:
 So I take it the xft stuff didn't make it.  In addition to fixing some

I'll try to keep the xft branch up to date. I may even merge it by
designing a generic font interface.

 problems, I also liked it because I could do st -f (rather than
 compiling a million little st's, st-terminus-12, st-terminus-14, etc.)

Yes it's pretty useful. I'll add that.



Re: [dev] Re: [st] 0.2.1 is out

2012-02-16 Thread ilf

On 02-16 19:28, Aurélien Aptel wrote:
I'll try to keep the xft branch up to date. I may even merge it by 
designing a generic font interface.


These two seperate branches are inconvenient and seem to cause more work 
for everyone involved. Can't we just discuss and conclude what the way 
to go is and either drop one or make it generic?


--
ilf

Über 80 Millionen Deutsche benutzen keine Konsole. Klick dich nicht weg!
-- Eine Initiative des Bundesamtes für Tastaturbenutzung


signature.asc
Description: Digital signature


[dev] Re: [st] 0.2.1 is out

2012-02-15 Thread Aurélien Aptel
On Thu, Feb 16, 2012 at 1:19 AM, Aurélien Aptel
aurelien.ap...@gmail.com wrote:
 * 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.
 * VERSION updated in config.mk (I usually fuck this up everytime :p)

I've also changed some things in config.def.h, you'll have to update
your config.h accordingly (or overwrite it with $ make -B)