Allow interactive command to pause updates
This is more a request for a feature implementation than anything else. This patch works for me, but there's probably a better implementation.
When I kill a process it goes away while selecting signal type
@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).