Hisham Muhammad
Hisham Muhammad
Hi! Thanks for taking the time to write a PR! But what's the expected behavior? On Linux systems, this will collapse init and basically hide all processes. I'm afraid it...
Thanks for the patch! I still need to take some time to give it a spin, but on first glance my initial comment is that we'll probably not want to...
> Anyway, the remaining time feature is secondary for htop. ? I never got around to implementing the display/calculation of remaining-time estimates, but in fact I consider it a lot...
@mscalora The patch looks much nicer now, with all the regex support self-contained into `IncSet` and the function keys controlling the behavior! Thank you! As for case-sensitivity, using case-insensitive searches...
Thank you for the contribution! This is a big one, I'll need to set some time aside to give it a proper review. but I will definitely get to it.
Hi! Thanks for looking into this! However, the description mentions gcc, but that build ended up running clang. So maybe there's a problem in this patch?
@szepeviktor from the looks of the Travis logs, it seems this is still running gcc 4: https://travis-ci.org/hishamhm/htop/jobs/310521400
Hi, did you stumble upon any of these machines?
Thank you for looking into this — help with ports is definitely appreciated! I was reviewing that code of Platform_setCPUValues and ended up wondering: are the color bars returning values...
Interesting! But what motivated this patch? Have you ever seen it overflow like that in actual use? The new algorithm is linear (but 3n versus the original n; in any...