Merge branch 'cpu_count' of cgzones/htop

This commit is contained in:
Daniel Lange
2021-08-02 15:21:07 +02:00
40 changed files with 554 additions and 282 deletions

View File

@ -59,4 +59,6 @@ void ProcessList_delete(ProcessList* this);
void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate);
bool ProcessList_isCPUonline(const ProcessList* super, unsigned int id);
#endif