Results 265 comments of NRK

Which version of scrot are you using? Does it reproduce on `master`? This looks like a duplicate of https://github.com/resurrecting-open-source-projects/scrot/issues/387 and a fix for it should be in `master` already.

I guess this is happening since the server is grabbed and so the windows below don't get a chance to repaint themselves. Could you try out [this branch](https://github.com/N-R-K/scrot/tree/capture-when-grabbing)? I've reworked...

> I think the patch needs this: Thanks! I was using a jumbo build locally so didn't notice. > I still get them while choosing the rectangle. * Was this...

If you were defaulting to `--line mode=edge` then the `--freeze` option was not even working before c60a26cf2da831a6d5b8d1086e05213ea5bd365a. It would effectively do nothing. I have an alternate PR here (https://github.com/resurrecting-open-source-projects/scrot/pull/410) which...

> Anyway, it's not a big deal for me to just add `--line mode=classic` to my command-line Sure, it may not be a problem for you but a lot of...

This was more of a "other deamons do it and seems like easy to add support for" rather than "i need this feature" thing. If someone really needed to have...

> just restarting clipmenud works fine This made me realize, you could simply re-exec instead of re-reading config and get a fully clean state. Updated the patch. Let me know...

> the memmove worst case [...] I was thinking, maybe it might be worth implementing tombstone now and instead of memmoving, simply marking the older entry as "dead" to be...

> I in general am a bit worried about performance here I did a bit of micro benchmarking a couple days ago. It's not super scientific but the observation are...