htop/darwin
Kumar 0af08bcfc9 Process: Display single digit precision for CPU% greater than 99.9%
Since commit edf319e[1], we're dynamically adjusting column width of
"CPU%", showing single digit precision also for values greater than
"99.9%" makes "CPU%" column consistent with all other values.

[1]: edf319e53d

Change "Process_printPercentage()" function's logic to always display
value (i.e. "val") with single precision. Except when value is greater
than "99.9%" for columns like "MEM%", whose width is fixed to "4" and
value cannot go beyond "100%".

Credits: @Explorer09, thanks for the patch[2] to fix title alignment
         issue.

[2]: https://github.com/htop-dev/htop/pull/959#issuecomment-1092480951

Closes: #957
2022-05-26 15:03:39 +02:00
..
DarwinProcess.c Process: Display single digit precision for CPU% greater than 99.9% 2022-05-26 15:03:39 +02:00
DarwinProcess.h darwin: lazily set process TTY name 2022-02-18 09:07:41 +01:00
DarwinProcessList.c Refactor Platform_CompareKernelVersion API 2021-09-26 10:58:47 -04:00
DarwinProcessList.h Update license headers to explicitly say GPLv2+ 2021-09-22 14:28:19 +02:00
Platform.c Use correct command field as default field 2021-12-17 14:45:15 +01:00
Platform.h Mark ScreenDefaults const 2021-12-17 14:45:15 +01:00
PlatformHelpers.c Workaround for Rosetta 2 on Darwin 2021-09-26 10:58:47 -04:00
PlatformHelpers.h Make sure License is correctly specified as GNU GPLv2+ in some more file headers 2022-03-14 07:33:40 +01:00
ProcessField.h Update license headers to explicitly say GPLv2+ 2021-09-22 14:28:19 +02:00