htop icon indicating copy to clipboard operation
htop copied to clipboard

Allow interactive command to pause updates

Open wrp opened this issue 7 years ago • 2 comments

This is more a request for a feature implementation than anything else. This patch works for me, but there's probably a better implementation.

wrp avatar Jan 24 '18 20:01 wrp

When I kill a process it goes away while selecting signal type

szepeviktor avatar Feb 04 '18 16:02 szepeviktor

@szepeviktor yes, this is not as easy as this commit suggests, because the way this commit does it would affect all ScreenManagers and not just the MainPanel. One way to do it would be as an Action event that sets a toggle flag which then causes checkRecalculation to be skipped.

I'm not sure about what's the best behavior for pausing though. I think some people would like pause to stop and wait for a key, like this patch, others would like pause to pause updates but have the screen remain scrollable (as the suggestion I made would do).

hishamhm avatar Feb 04 '18 18:02 hishamhm