htop/darwin
Hisham Muhammad 3d1703f16f Invert Process_compare resolution so that superclass matches run first
* This removes duplicated code that adjusts the sort direction from every
  OS-specific folder.
* Most fields in a regular htop screen are OS-independent, so trying
  Process_compare first and only falling back to the OS-specific
  compareByKey function if it's an OS-specific field makes sense.
* This will allow us to override the sortKey in a global way without having
  to edit each OS-specific file.
2020-12-19 16:02:34 +01:00
..
DarwinProcess.c Invert Process_compare resolution so that superclass matches run first 2020-12-19 16:02:34 +01:00
DarwinProcess.h Add column in darwin to indicate whether the the process is running under translation 2020-12-13 17:58:16 +01:00
DarwinProcessList.c Add column in darwin to indicate whether the the process is running under translation 2020-12-13 17:58:16 +01:00
DarwinProcessList.h DarwinProcessList: mark local functions static and sort includes 2020-11-17 21:50:38 +01:00
Platform.c Merge branch 'fix_mach_timebase' of benbe/htop 2020-12-13 20:02:38 +01:00
Platform.h Merge branch 'fix_mach_timebase' of benbe/htop 2020-12-13 20:02:38 +01:00