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
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,
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
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
> 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
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