Re: [dev] [st] xft: line drawing

2012-09-25 Thread Christoph Lohmann
Greetings comrades. You guys forced me to do it. Attached is a preliminary patch to add line drawing, which is using UTF-8 characters, to the latest tip of st. There are bugs: * the implementation is a pure hack (It is a proof of concept. Some people really seem to need those line drawing charact

Re: [dev] [st] xft: line drawing

2012-09-25 Thread Christoph Lohmann
Greetings comrades. On Wed, 26 Sep 2012 07:18:49 +0200 Thuban wrote: > I noticed this problem too. Lines are replaced by some strange small > squares. A »strange small square« means in xft that your font is missing some‐ thing. The line drawing issue is a bit more complex. The gfx code is

Re: [dev] [st] xft: line drawing

2012-09-25 Thread Thuban
I noticed this problem too. Lines are replaced by some strange small squares. Le 17:47:07 le 25 sept. 2012 , Brandon Invergo a écrit : > Line drawing seems to be broke using the latest tip of st. I've tried it > with the default config.def.h as well as using some other fonts but with > no luck. I

Re: [dev] [st] xft: line drawing

2012-09-25 Thread Martti Kühne
On Tue, Sep 25, 2012 at 9:24 PM, Kurt H Maier wrote: > On Tue, Sep 25, 2012 at 05:47:07PM +0200, Brandon Invergo wrote: >> >> Anyone else have this problem or is it just me? >> > works here. but long shot what I did to make it work. maybe I'm just using tmux which handles line drawing just fine?

Re: [dev] [st] xft: line drawing

2012-09-25 Thread Kurt H Maier
On Tue, Sep 25, 2012 at 05:47:07PM +0200, Brandon Invergo wrote: > > Anyone else have this problem or is it just me? > we have to find out if it's working on christophms mac or it won't get fixed

[dev] [st] Patch fix writing io file

2012-09-25 Thread Roberto E. Vargas Caballero
Fix a bug with multi byte characters. >From a7ad8ce85ebddfacd1cab80d7b5b2189d0842d53 Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Mon, 24 Sep 2012 22:58:47 +0200 Subject: Fix bug in tputc writing to io file If -f options is enabled then tputc() writes all the data to a file.

Re: [dev] [st] xft: line drawing

2012-09-25 Thread Roberto E. Vargas Caballero
> Line drawing seems to be broke using the latest tip of st. I've tried it I also have problems with them. Using the default font I have some problems with line drawings and attributes (for example http://www.shike2.com/st.png). Is it the problem you have?. Best regards,

[dev] [st] xft: line drawing

2012-09-25 Thread Brandon Invergo
Line drawing seems to be broke using the latest tip of st. I've tried it with the default config.def.h as well as using some other fonts but with no luck. I tried changing the gfx[] array contents in config.def.h except its use is rather opaque and I couldn't get anything to work. Anyone else have

[dev] [dmenu] fuzzy matching patch

2012-09-25 Thread Edgaras
I have made a patch for dmenu that adds "fuzzy" matching(with support for case insensitive matching). It matches items that have all characters entered, in sequence they are entered, but there may be any number of characters between matched characters. Basically it takes "txt" makes it to "*t*x*t