Jari Vetoniemi

Results 300 comments of Jari Vetoniemi

Wayland would require custom protocol for this use-case and for it to be implemented by compositors. Might be possible to hack it with transparent full screen surface and subsurface for...

Can you test with latest commit, I can't reproduce on wayland

Do you have libncurses5-dev? https://packages.ubuntu.com/search?suite=xenial&arch=any&mode=exactfilename&searchon=contents&keywords=curses.h

There is wip code here that should be upated https://github.com/Cloudef/bemenu/tree/wip-argument-parsing-in-library

Bemenu font support is completely provided by pango, the relevant function used by bemenu is this https://docs.gtk.org/Pango/type_func.FontDescription.from_string.html It seems pango used to support pcf through freetype before but has dropped...

Also happens if using way-displays and you switch output of monitor

I think the mouse support for bemenu was originally made for phone devices. @stacyharper is probably the right person to talk to!

Looking at the java code, the budoux simply does substring. Java internally stores strings utf16 so I guess these are neither codepoints or graphemes but rather utf16 slices. This also...

https://github.com/Cloudef/zig-budoux I decided to not support the thai model for the time being

How i would fix this: - Normalize all learning data to NFKC - Change the algorithm to be either unicode codepoint aware or grapheme aware - Output utf8 NFKC keys...