Every time I start procpop I discover a stray process, my instinct is to use right click on the process to delete it.
We could do this. The question we have to answer is, do we want to the gui to do the kill system call, or have an api exposed into the core to do it? I prefer the latter as it offloads all state/process operations of to the core (as it is now), and leaves the gui free of those. However, the former is also an option.
Changing to enchancement and downgrading priority
Is there a core based api available for this?