htop/pcp
Kumar 038f2ae777 Linux: Increase field width of CPUD% and SWAPD% to 5
Title width of "CPUD%" and "SWAPD%" is 5 and there value cannot go
beyond "100.0%", so increase their field width to 5.

"IOD%" is similar to "MEM%" column, title width is 4 and maximum value
cannot go beyond "100.0%". So in case of "IOD%" column, there is no need
to increase title width to "5". "Process_printPercentage()" function
will handle the maximum value case, it will display value beyond "99.9%"
as "100" instead of "100.0".
2022-05-26 15:03:39 +02:00
..
columns PCP: support for 'dynamic columns' added at runtime 2021-08-13 07:32:57 +02:00
meters Pretty-print values in the PCP DynamicMeter code 2021-07-08 10:56:05 +10:00
PCPDynamicColumn.c Update license headers to explicitly say GPLv2+ 2021-09-22 14:28:19 +02:00
PCPDynamicColumn.h Add completion handling for dynamic meters and columns 2021-09-03 09:47:01 +02:00
PCPDynamicMeter.c Update license headers to explicitly say GPLv2+ 2021-09-22 14:28:19 +02:00
PCPDynamicMeter.h Add completion handling for dynamic meters and columns 2021-09-03 09:47:01 +02:00
PCPMetric.c Fix misc styleguide issues and add missing header files 2021-12-07 17:04:49 +11:00
PCPMetric.h Update license headers to explicitly say GPLv2+ 2021-09-22 14:28:19 +02:00
PCPProcess.c Linux: Increase field width of CPUD% and SWAPD% to 5 2022-05-26 15:03:39 +02:00
PCPProcess.h Update license headers to explicitly say GPLv2+ 2021-09-22 14:28:19 +02:00
PCPProcessList.c Auto-size (normalized) CPU usage columns 2022-03-06 19:56:25 +01:00
PCPProcessList.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
ProcessField.h Update license headers to explicitly say GPLv2+ 2021-09-22 14:28:19 +02:00