Re: [dev] [st] no focus events inside tmux

2016-03-29 Thread k0ga
Hi again, > Test case for bug: > Open empty terminal > st -e tmux > Activate focusing > printf "\e[?1004h" > Catch one focus event > > Move focus to another window > Expected: printed ^[[O in place of pending ^ > Actual result: nothing changed I mistook in my previos

Re: [dev] [st] no focus events inside tmux

2016-03-29 Thread k0ga
Hi, > Move focus to another window > Expected: printed ^[[O in place of pending ^ > Actual result: nothing changed I have tested it in dwm and git st and I receive a ^[[O. Can you try it with dwm and send the results? Regards,

[dev] QBE - A Compiler Backend

2016-03-29 Thread Quentin Carbonneaux
Hi all, don't be DICKS, DO NOT repost that on Hacker News or Reddit. I will do it myself, if I do it one day. It is a disclosure to only the suckless community. Some of you might know, but I have been working on a small compiler backend for some time. Its state now is fairly satisfying and it i

Re: [dev] [dmenu] A couple of small issues

2016-03-29 Thread Mitt Green
Quentin Rameau wrote: What about with a correct fontconfig name, like "Droid Sans:style=Bold:size=12"? It works :) I don't know what is that Sauerbraten, maybe it needs some environment variable which isn't correctly setup in your global env? Any output there you could analyze? Sauerbraten

Re: [dev] [dmenu] A couple of small issues

2016-03-29 Thread Quentin Rameau
> Hi, Hi Mitt > My first post here, so I'd like to thank > everyone at suckless working hard to produce > quality software and hackable code. Yeay :) > static const char *fonts[] = { > "Droid Sans Bold:size=12" > }; What about with a correct fontconfig name, like "Droid Sans:style=Bold:s

[dev] [dmenu] A couple of small issues

2016-03-29 Thread Mitt Green
Hi, My first post here, so I'd like to thank everyone at suckless working hard to produce quality software and hackable code. The first issue is font: --- static const char *fonts[] = { "Droid Sans Bold:size=12" }; --- produces a slightly bigger font than just "Droid Sans:siz