Stein Gunnar Bakkeby

Results 279 comments of Stein Gunnar Bakkeby

So when patching this manually we need to take into account these lines added to the `match` function: ```diff + if(instant && matches && matches==matchend && !lsubstr) { + puts(matches->text);...

Going to close this down now. Checked this on both dmenu-flexipatch and my personal build and the instant patch seemed to behave as intended.

Would be interested to know how you reproduce that issue. The original patch is pretty simple: https://tools.suckless.org/dmenu/patches/border/ and the width and height passed to XCreateWindow is the inner dimensions of...

Sure, but we also see that the window does not change size. I can't replicate the behaviour using your config and patch selection. Are you using some form of scaling...

I would say that this would be the answer then. From your recording I think that it is clear that whatever is handling the scaling of windows do not take...

To be honest I don't think there is much you can do (besides dropping the fractional scaling, which would defeat the point). I'd be interested to know if using no...

This does not have anything to do with dmenu. It has to do with how you run dmenu. `PATH` is an environment variable. When a linux process forks to spawn...

I had a look at this and the particular issue that speedie reports here is isolated to the fuzzyhighlight patch. The underlying issue is that the patch assumes that each...

You can most likely also use utf8decode. It would be part of the code that the pango patch deletes, but one could undo that. When using pango markup I'd expect...

Closing this based on the above commit.