mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Tidy up process state handling
This commit is contained in:
@ -57,7 +57,7 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
|
||||
|
||||
proc->updated = true;
|
||||
|
||||
proc->state = 'R';
|
||||
proc->state = RUNNING;
|
||||
proc->isKernelThread = false;
|
||||
proc->isUserlandThread = false;
|
||||
proc->show = true; /* Reflected in proc->settings-> "hideXXX" really */
|
||||
|
Reference in New Issue
Block a user