Re: [dev] about patch xft on FreeBSD

2012-05-05 Thread Lee Fallat
How did you put the font in config.h? It uses XLFD format (not sure if I spelt that right...). It will crash if it can't find the font you specified. My patch really isn't the greatest but is a start. I guess I'll fix dwm so if it can't find the font it'll load some default one that's always on a s

[dev] st development

2012-05-05 Thread Aurélien Aptel
Hi all, As I'm enrolled in Google Summer of Code until the end of summer, updates to st are unlikely. If someone is interested in working on it, ask Anselm for a write access to the repo. If you want some ideas, here are a few a the top of my head: * I think the Xdbe patch is interesting and shou

Re: [dev] Adding "good" xterm support to st

2012-05-05 Thread Ethan Grammatikidis
On Sat, 5 May 2012 15:52:24 -0400 Andrew Hills wrote: > On Sat, May 5, 2012 at 3:22 PM, Ethan Grammatikidis > wrote: > > Maybe I should just run Debian. > > Or maybe you just shouldn't use libvterm... Maybe! =D > > Here's a mirror of whatever bzr checks out by default: > http://ednos.net/l

Re: [dev] Adding "good" xterm support to st

2012-05-05 Thread Andrew Hills
On Sat, May 5, 2012 at 3:22 PM, Ethan Grammatikidis wrote: > Maybe I should just run Debian. Or maybe you just shouldn't use libvterm... Here's a mirror of whatever bzr checks out by default: http://ednos.net/libvterm.tar.bz2 --Andrew Hills

Re: [dev] Adding "good" xterm support to st

2012-05-05 Thread Ethan Grammatikidis
On Sat, 5 May 2012 14:33:47 -0400 Andrew Hills wrote: > $ bzr clone http://bazaar.leonerd.org.uk/c/libvterm > $ cd libvterm > $ ls > LICENSE Makefile doc include src t tbl2inc_c.pl vterm.pc.in > $ ls src > encodinginput.c pen.c screen.c unicode.c vterm.c > encoding.c parser.c r

Re: [dev] Adding "good" xterm support to st

2012-05-05 Thread Andrew Hills
$ bzr clone http://bazaar.leonerd.org.uk/c/libvterm $ cd libvterm $ ls LICENSE Makefile doc include src t tbl2inc_c.pl vterm.pc.in $ ls src encodinginput.c pen.c screen.c unicode.c vterm.c encoding.c parser.c rect.h state.c utf8.h vterm_internal.h Does that help? --Andre

Re: [dev] Adding "good" xterm support to st

2012-05-05 Thread Ethan Grammatikidis
On Mon, 19 Mar 2012 15:25:49 -0400 Philip Kovac wrote: > Regarding one of the goals of 'st,' would the suckless crowd be > interested in resolving the current admitted shortcomings of 'st' by > rolling in a fairly tiny library called libvterm (bzr repo at > http://bazaar.leonerd.org.uk/c/libvterm

Re: [dev] about patch xft on FreeBSD

2012-05-05 Thread alphachi
I tried Droid San Fallback ( it support CJK) and patch xft. The building is OK, but dwm "core dump" when startx.