NRK
NRK
That's an optional dep that can be disabled at compile time. We shouldn't assume imlib2 = libwebp on all distros/environment.
Likely cause by macos `wcswidth` returning 2 width for some icons: https://github.com/jarun/nnn/issues/1692#issuecomment-1637153406
> Only thing I can think of to work around this would be to hardcode the wcswidth for the offending icons. There was also this patch (https://github.com/jarun/nnn/pull/1694) which fixed the...
I think the issue he's describing is different. If you click on the statusbar **with the mouse** then pretty much all other keybindings stop working. I was able to reproduce...
> even `ESC` doesnt exit filter mode? It does, but the visual doesn't update. And sometimes clicking on the statusbar doesn't even enable filter mode. And sometimes it shows filter...
Git bisect shows 2ac22cfc to be the commit that introduced the issue. Not really sure what's going on tbh, the mouse handling code seems pretty complicated.
Did a bit more debugging on this. In here, it receives another `KEY_MOUSE` and exits out of the `filterentries()` function for whatever reason: https://github.com/jarun/nnn/blob/e76d7bbf1ddce76baa9f83cbbce8196ce8e86d37/src/nnn.c#L3387-L3389 log: ``` ln 3363: __func__=filterentries ln...
For decoding, I have a small header only decoder that accepts caller allocated memory: [qoi-dec.c](https://codeberg.org/NRK/slashtmp/src/branch/master/compression/qoi-dec.c). It also does a couple small optimization around redundant table insertion and bounds checking so...
By version, I was referring to what I saw in the "releases" page. Didn't realize mono uses different versioning. Here's what I'm using (v2.3 as well):  Also for what...
TBH I don't see any reason to "deprecate" them either. Just document it being identical to the property if you think it causes confusion.