NRK
NRK
One more thing I just noticed (haven't tested it) is that `c->isfullscreen = fullscreen;` can probably be put inside this block. ```c if (fullscreen != c->isfullscreen) { // only send...
> The benefit is readability That depends. If the reader is already familiar with configuring suckless style config.h then the newer macros will actually confuse him, at least at first....
I'm using Ofast globally and only a very few number of packages actually has build failure due to that. Of course a couple package silently escaped due to [flag filtering](https://wiki.gentoo.org/wiki/GCC_optimization#What_about_redundant_flags.3F)....
Should be possible to use `mp.add_forced_key_binding()` and override the user binding when progress-bar is hovered over - and unbind it once it's not. That's (apparently) what the default osc does...
> It's certainly possible, but it requires fixing on both the producer and consumer end. > > To be honest I'm not hugely against the idea of printing special characters...
Aside from version, we might also have to document the specific features of the library as well. For example imlib2 allows for disabling text, filters and even X - but...
Noticed one more thing, our readme says scrot is "MIT-advertising" license, but the gentoo ebuild says it's "feh + LGPL-2+". Was the license ever changed? I see [here](https://github.com/resurrecting-open-source-projects/scrot/commit/3250e195fe7aab38b6ea09a45718280ff0301e3b) that scrot...
@guijan Sorry for dodging the question earlier (it's a complex question and I didn't have a short answer) - I'll try to answer this here (since it's somewhat related to...
Just a quick reply to one of the points above (I'll read the pdf and reply to the rest later): > I'd really love to save some filesize on NetBSD...
I was testing out lowest known imlib2 version for `nsxiv` and decided to try out scrot as well. It seems that the lowest confirmed imlib2 version `scrot` can build with...